MCPcopy Index your code
hub / github.com/ampproject/amphtml / insert

Function insert

test/unit/test-intersection-observer-polyfill.js:41–43  ·  view source on GitHub ↗
(iframe)

Source from the content-addressed store, hash-verified

39 }
40
41 function insert(iframe) {
42 document.body.appendChild(iframe);
43 }
44
45 beforeEach(() => {
46 testIframe = getIframe(iframeSrc);

Calls

no outgoing calls

Tested by

no test coverage detected