assaf/zombie

Clarity of comments- does reload resend POST data?

REWBrianH opened this issue · 0 comments

zombie/src/index.js

Lines 638 to 642 in ec46759

// Reloads current page.
reload(callback) {
this.window.location.reload();
return this._wait(null, callback);
}