Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ installVsyncService
Function
installVsyncService
src/service/vsync-impl.js:483–486 ·
view source on GitHub ↗
(window)
Source
from the content-addressed store, hash-verified
481
* @param {!Window} window
482
*/
483
export
function
installVsyncService(window) {
484
installTimerService(window);
485
registerServiceBuilder(window,
'vsync'
, Vsync);
486
}
Callers
5
test-activity.js
File · 0.90
test-viewport.js
File · 0.90
test-viewport-binding.js
File · 0.90
installRuntimeServices
Function · 0.90
vsyncForTesting
Function · 0.85
Calls
2
installTimerService
Function · 0.90
registerServiceBuilder
Function · 0.90
Tested by
no test coverage detected