Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
85
export
function
installExtensionsService(window) {
86
registerServiceBuilder(window,
'extensions'
, Extensions);
87
}
88
89
/**
90
* The services that manages extensions in the runtime.
Callers
7
test-cid.js
File · 0.90
test-friendly-iframe-embed.js
File · 0.90
createCrypto
Function · 0.90
adoptShared
Function · 0.90
setupForAdTesting
Function · 0.90
createIframePromise
Function · 0.90
setup
Method · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected