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

Method whenReady

src/service/ampdoc-impl.js:522–524  ·  view source on GitHub ↗

* Returns a promise that will be resolved when the ampdoc's DOM is fully * ready. * @return {!Promise}

()

Source from the content-addressed store, hash-verified

520 * @return {!Promise}
521 */
522 whenReady() {
523 return /** @type {?} */ (devAssert(null, 'not implemented'));
524 }
525
526 /**
527 * Returns the URL from which the document was loaded.

Callers 6

shouldAppendExtraParamsFunction · 0.45
constructorMethod · 0.45
rebuildDomWhenReady_Method · 0.45
constructorMethod · 0.45
createFixedLayerMethod · 0.45
constructorMethod · 0.45

Calls 1

devAssertFunction · 0.90

Tested by

no test coverage detected