Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
169
export
function
installTimerService(window) {
170
registerServiceBuilder(window, TAG, Timer);
171
}
172
173
/**
174
* @param {!Window} embedWin
Callers
15
test-extensions.js
File · 0.90
test-vsync.js
File · 0.90
test-cache-cid-api.js
File · 0.90
test-viewer.js
File · 0.90
test-runtime.js
File · 0.90
test-cid.js
File · 0.90
test-activity.js
File · 0.90
test-focus-history.js
File · 0.90
test-viewport.js
File · 0.90
test-fixed-layer.js
File · 0.90
test-input.js
File · 0.90
test-history.js
File · 0.90
Calls
1
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected