🏠 New in Low Baseline Support: queueMicrotask()
July 28, 2020
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]