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