MCPcopy Index your code
hub / github.com/ampproject/amphtml / whenRenderStarted

Method whenRenderStarted

src/friendly-iframe-embed.js:438–440  ·  view source on GitHub ↗

* Returns a promise that will resolve when the embed document is ready. * Notice that this signal coincides with the embed's `render-start`. * @return {!Promise}

()

Source from the content-addressed store, hash-verified

436 * @return {!Promise}
437 */
438 whenRenderStarted() {
439 return this.signals_.whenSignal(CommonSignals_Enum.RENDER_START);
440 }
441
442 /**
443 * Returns a promise that will resolve when the child window's `onload` event

Callers 1

constructorMethod · 0.95

Calls 1

whenSignalMethod · 0.80

Tested by

no test coverage detected