🏠 New in High Baseline Support: queueMicrotask()

January 28, 2023

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