Identifies if the runtime supports the queueMicrotask API.
queueMicrotask
True if the runtime supports queueMicrotask otherwise false.
0.15.0
if (hasQueueMicrotask()) { console.log("Native queueMicrotask support is available");} Copy
if (hasQueueMicrotask()) { console.log("Native queueMicrotask support is available");}
Identifies if the runtime supports the
queueMicrotaskAPI.