queueMicrotask

Specification

Module

web.queue-microtask

function queueMicrotask(fn: Function): void;

CommonJS entry points

core-js(-pure)/stable|actual|full/queue-microtask

Example

queueMicrotask(() => console.log('called as microtask'));