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

Method installStandardServicesInEmbed

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

* Adopt predefined core services for the embedded ampdoc (friendly iframe). * @param {!./service/ampdoc-impl.AmpDoc} ampdoc

(ampdoc)

Source from the content-addressed store, hash-verified

812 * @param {!./service/ampdoc-impl.AmpDoc} ampdoc
813 */
814 static installStandardServicesInEmbed(ampdoc) {
815 installTimerInEmbedWindow(ampdoc.win);
816 installAmpdocServicesForEmbed(ampdoc);
817 }
818}

Callers 1

Calls 2

Tested by

no test coverage detected