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

Method isReady

src/preact/base-element.js:547–549  ·  view source on GitHub ↗

* A callback called to check whether the element is ready for rendering. * @param {JsonObject} unusedProps * @return {boolean} * @protected

(unusedProps)

Source from the content-addressed store, hash-verified

545 * @protected
546 */
547 isReady(unusedProps) {
548 return true;
549 }
550
551 /**
552 * @param {Array<MutationRecord>} records

Callers 1

rerender_Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected