You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: clarify cjs and esm scheduling difference between queueMicrotask() and process.nextTick()
the section comparing `queueMicrotask()` and `process.nextTick()` doesn't address the different
scheduling behavior that the two functions have in cjs and esm modules, the section's introductory
mjs example also provides an incorrect output, the changes here address such by explaining the
difference between the two module types and updating the example accordingly
0 commit comments