🏠 New in Low Baseline Support: queueMicrotask()

July 28, 2020

caniuse · mdn · spec

The queueMicrotask() method schedules a function to run after the currently running synchronous JavaScript finishes but before returning to the event loop.

Source features