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

Method whenLoaded

src/custom-element.js:779–781  ·  view source on GitHub ↗

* @return {!Promise} * @final

()

Source from the content-addressed store, hash-verified

777 * @final
778 */
779 whenLoaded() {
780 return this.signals_.whenSignal(CommonSignals_Enum.LOAD_END);
781 }
782
783 /**
784 * Ensure that the element is eagerly loaded.

Callers 5

ensureLoadedMethod · 0.95
test-amp-img.jsFile · 0.80
whenContentIniLoadInObFunction · 0.80
loadedOnceMethod · 0.80

Calls 1

whenSignalMethod · 0.80

Tested by

no test coverage detected