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

Function installExtensionsService

src/service/extensions-impl.js:85–87  ·  view source on GitHub ↗
(window)

Source from the content-addressed store, hash-verified

83 * @restricted
84 */
85export function installExtensionsService(window) {
86 registerServiceBuilder(window, 'extensions', Extensions);
87}
88
89/**
90 * The services that manages extensions in the runtime.

Callers 7

test-cid.jsFile · 0.90
createCryptoFunction · 0.90
adoptSharedFunction · 0.90
setupForAdTestingFunction · 0.90
createIframePromiseFunction · 0.90
setupMethod · 0.90

Calls 1

registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected