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

Function installTimerService

src/service/timer-impl.js:169–171  ·  view source on GitHub ↗
(window)

Source from the content-addressed store, hash-verified

167 * @param {!Window} window
168 */
169export function installTimerService(window) {
170 registerServiceBuilder(window, TAG, Timer);
171}
172
173/**
174 * @param {!Window} embedWin

Callers 15

test-extensions.jsFile · 0.90
test-vsync.jsFile · 0.90
test-viewer.jsFile · 0.90
test-runtime.jsFile · 0.90
test-cid.jsFile · 0.90
test-activity.jsFile · 0.90
test-viewport.jsFile · 0.90
test-input.jsFile · 0.90
test-history.jsFile · 0.90

Calls 1

registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected