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

Method whenExtensionsKnown

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

* Resolved when the initial document set of extension is known. * @return {!Promise}

()

Source from the content-addressed store, hash-verified

453 * @return {!Promise}
454 */
455 whenExtensionsKnown() {
456 return this.signals_.whenSignal(AmpDocSignals_Enum.EXTENSIONS_KNOWN);
457 }
458
459 /**
460 * Returns the root node for this ampdoc. It will either be a `Document` for

Calls 1

whenSignalMethod · 0.80

Tested by

no test coverage detected