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

Method mutateElement

src/preact/bento-ce.js:50–52  ·  view source on GitHub ↗

* @param {function():undefined} cb

(cb)

Source from the content-addressed store, hash-verified

48 * @param {function():undefined} cb
49 */
50 mutateElement(cb) {
51 Promise.resolve().then(cb);
52 }
53
54 /** @return {boolean} */
55 isLayoutSupported() {

Callers 4

constructorMethod · 0.45
scheduleRender_Method · 0.45
base-element.jsFile · 0.45
maybeGenerateSizes_Method · 0.45

Calls 2

resolveMethod · 0.80
thenMethod · 0.45

Tested by

no test coverage detected