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

Function waitForCarouselLayout

test/integration/test-amp-carousel.js:18–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 `;
17
18 function waitForCarouselLayout() {
19 const carousel = document.querySelector('amp-carousel');
20 return whenUpgradedToCustomElement(carousel).then(() =>
21 carousel.signals().whenSignal(CommonSignals_Enum.LOAD_START)
22 );
23 }
24
25 describes.integration(
26 'type=carousel with single image',

Callers 1

Calls 4

whenSignalMethod · 0.80
thenMethod · 0.45
signalsMethod · 0.45

Tested by

no test coverage detected