Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ensureLoaded
Method · 0.95
test-amp-img.js
File · 0.80
test-custom-element-v1.js
File · 0.80
whenContentIniLoadInOb
Function · 0.80
loadedOnce
Method · 0.80
Calls
1
whenSignal
Method · 0.80
Tested by
no test coverage detected