🏠 New in High Baseline Support: queueMicrotask()
January 28, 2023
The queueMicrotask() method schedules a function to run after the currently running synchronous JavaScript finishes but before returning to the event loop.
Source features
api.queueMicrotask[mdn]