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

Method handleResize_

src/friendly-iframe-embed.js:558–563  ·  view source on GitHub ↗

* Force remeasure inside FIE doc when iframe is resized. * @private

()

Source from the content-addressed store, hash-verified

556 * @private
557 */
558 handleResize_() {
559 this.getMutator_().mutateElement(
560 this.win.document.documentElement,
561 () => {} // NOOP.
562 );
563 }
564
565 /**
566 * @return {!./service/mutator-interface.MutatorInterface}

Callers 1

constructorMethod · 0.95

Calls 2

getMutator_Method · 0.95
mutateElementMethod · 0.45

Tested by

no test coverage detected