Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.45
scheduleRender_
Method · 0.45
base-element.js
File · 0.45
maybeGenerateSizes_
Method · 0.45
Calls
2
resolve
Method · 0.80
then
Method · 0.45
Tested by
no test coverage detected