Skip to main content
function queueMicrotask
queueMicrotask(callback: () => void): void
Deprecated

Parameters

callback: () => void

Return Type

void
Back to top