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

Method renderStarted

src/base-element.js:821–823  ·  view source on GitHub ↗

* An implementation can call this method to signal to the element that * it has started rendering.

()

Source from the content-addressed store, hash-verified

819 * it has started rendering.
820 */
821 renderStarted() {
822 this.element.renderStarted();
823 }
824
825 /**
826 * Returns the viewport within which the element operates.

Callers 4

startRender_Method · 0.45
initMethod · 0.45
stickyMsgListenerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected