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

Method change_

testing/fake-dom.js:476–480  ·  view source on GitHub ↗

* @param {!Object} args

(args)

Source from the content-addressed store, hash-verified

474 * @param {!Object} args
475 */
476 change_(args) {
477 const change = parseUrlDeprecated(this.url_.href);
478 ({...change, ...args});
479 this.changes.push(change);
480 }
481
482 /**
483 * @param {string} href

Callers 3

assignMethod · 0.95
replaceMethod · 0.95
reloadMethod · 0.95

Calls 2

parseUrlDeprecatedFunction · 0.90
pushMethod · 0.45

Tested by

no test coverage detected