Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ onload_
Method
onload_
src/service/performance-impl.js:384–387 ·
view source on GitHub ↗
* Callback for onload.
()
Source
from the content-addressed store, hash-verified
382
* Callback
for
onload.
383
*/
384
onload_() {
385
this.tick(TickLabel_Enum.ON_LOAD);
386
this.flush();
387
}
388
389
/**
390
* Reports performance metrics first paint, first contentful paint,
Callers
1
constructor
Method · 0.95
Calls
2
tick
Method · 0.95
flush
Method · 0.95
Tested by
no test coverage detected