MCPcopy
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

constructorMethod · 0.95

Calls 2

tickMethod · 0.95
flushMethod · 0.95

Tested by

no test coverage detected