p.textContent = i
marks the node dirty
.then(fn) await queueMicrotask(fn)
queued
requestAnimationFrame(fn)
added to the callback list
<p> · needs style, layout
a flag on the node, set the instant the write returns
nothing yet
fn
from requestAnimationFrame
nothing yet