| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2756,7 +2756,7 @@ is drained immediately after. | |||
| 2756 | 2756 | ||
| 2757 | 2757 | So in CJS modules `process.nextTick()` callbacks are always run before `queueMicrotask()` ones. | |
| 2758 | 2758 | However since ESM modules are processed already as part of the microtask queue, there | |
| 2759 | - `queueMicrotask()` callbacks are always exectued before `process.nextTick()` ones since Node.js | ||
| 2759 | + `queueMicrotask()` callbacks are always executed before `process.nextTick()` ones since Node.js | ||
| 2760 | 2760 | is already in the process of draining the microtask queue. | |
| 2761 | 2761 | ||
| 2762 | 2762 | ```mjs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments