MCPcopy
hub / github.com/ampproject/amphtml / reload

Method reload

testing/fake-dom.js:512–514  ·  view source on GitHub ↗

* @param {boolean} forceReload

(forceReload)

Source from the content-addressed store, hash-verified

510 * @param {boolean} forceReload
511 */
512 reload(forceReload) {
513 this.change_({reload: true, forceReload});
514 }
515
516 /**
517 * Resets the URL without firing any events or triggering a history

Callers 3

setAmpOptInCookie_Function · 0.80
devModeFunction · 0.80
openFunction · 0.80

Calls 1

change_Method · 0.95

Tested by

no test coverage detected