queueMicrotask
Description
The queueMicrotask of WindowOrWorkerGlobalScope for JS queues a microtask to run the given callback.
Syntax
self.queueMicrotask(callback)
Parameters
callback
The callback that will be invoked when the event is dispatched.
The queueMicrotask of WindowOrWorkerGlobalScope for JS queues a microtask to run the given callback.
self.queueMicrotask(callback)
The callback that will be invoked when the event is dispatched.