Window: queueMicrotask() method - The queueMicrotask() method of the Window interface queues a microtask to be executed at a safe time prior to control returning to the browser's event loop. | developer.mozilla.org/en-US/docs/W...
The queueMicrotask() method of the Window interface
queues a microtask to be executed at a safe time prior to control returning to the
browser's event loop.