MCPcopy
hub / github.com/ampproject/amphtml / renderStarted

Method renderStarted

src/custom-element.js:2006–2010  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

2004 * @package @final
2005 */
2006 renderStarted() {
2007 this.signals_.signal(CommonSignals_Enum.RENDER_START);
2008 this.togglePlaceholder(false);
2009 this.toggleLoading(false);
2010 }
2011
2012 /**
2013 * Whether the loading can be shown for this element.

Callers

nothing calls this directly

Calls 3

togglePlaceholderMethod · 0.95
toggleLoadingMethod · 0.95
signalMethod · 0.45

Tested by

no test coverage detected