Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion explainers/queueMicrotask.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Reasons to expose this API directly
rather than making people emulate it with via higher level APIs
* Emulating this via Promise causes exceptions thrown in the callback
to be converted into rejected promises.
* Emulating via Promise causes unnecessary objects to be created and detroyed.
* Emulating via Promise causes unnecessary objects to be created and destroyed.
Other methods of emulating this also cause wasted effort.
* The other semantically distinct async callback queue APIs are available directly,
microtask not being available directly is an anomaly
Expand Down