MCPcopy Create free account
hub / github.com/ampproject/amphtml / getVsync

Method getVsync

src/base-element.js:355–357  ·  view source on GitHub ↗

* @public * @return {!./service/vsync-impl.Vsync}

()

Source from the content-addressed store, hash-verified

353 * @return {!./service/vsync-impl.Vsync}
354 */
355 getVsync() {
356 return Services.vsyncFor(this.win);
357 }
358
359 /**
360 * Returns the consent policy id that this element should wait for before

Callers 15

onLayoutMeasureMethod · 0.80
upgradeCallbackMethod · 0.80
handleResize_Method · 0.80
buildImplFunction · 0.80
removeOverflowItems_Method · 0.80
onDismissButtonClick_Method · 0.80
hide_Method · 0.80
layoutCallbackMethod · 0.80
setupSlideBehavior_Method · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected