MCPcopy Index your code
hub / github.com/ampproject/amphtml / getCount

Function getCount

testing/iframe.js:496–499  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 */
495export function pollForLayout(win, count, opt_timeout) {
496 const getCount = () => {
497 return win.document.querySelectorAll('.i-amphtml-layout,.i-amphtml-error')
498 .length;
499 };
500 return poll(
501 'Waiting for elements to layout: ' + count,
502 () => {

Callers 1

pollForLayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected