MCPcopy
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 */
483export function installVsyncService(window) {
484 installTimerService(window);
485 registerServiceBuilder(window, 'vsync', Vsync);
486}

Callers 5

test-activity.jsFile · 0.90
test-viewport.jsFile · 0.90
installRuntimeServicesFunction · 0.90
vsyncForTestingFunction · 0.85

Calls 2

installTimerServiceFunction · 0.90
registerServiceBuilderFunction · 0.90

Tested by

no test coverage detected