@@ -229,7 +229,7 @@ changes:
229
229
* ` wasm ` {boolean} If set to false any attempt to compile a WebAssembly
230
230
module will throw a ` WebAssembly.CompileError ` . ** Default:** ` true ` .
231
231
* ` microtaskMode ` {string} If set to ` afterEvaluate ` , microtasks (tasks
232
- scheduled through ` Promise ` s any ` async function ` s) will be run immediately
232
+ scheduled through ` Promise ` s and ` async function ` s) will be run immediately
233
233
after the script has run. They are included in the ` timeout ` and
234
234
` breakOnSigint ` scopes in that case.
235
235
* Returns: {any} the result of the very last statement executed in the script.
@@ -882,7 +882,7 @@ changes:
882
882
* `wasm` {boolean} If set to false any attempt to compile a WebAssembly
883
883
module will throw a ` WebAssembly.CompileError` . ** Default: ** ` true` .
884
884
* ` microtaskMode` {string} If set to ` afterEvaluate` , microtasks (tasks
885
- scheduled through ` Promise` s any ` async function` s) will be run immediately
885
+ scheduled through ` Promise` s and ` async function` s) will be run immediately
886
886
after a script has run through [` script.runInContext()` ][].
887
887
They are included in the ` timeout` and ` breakOnSigint` scopes in that case.
888
888
* Returns: {Object } contextified object.
@@ -1086,7 +1086,7 @@ changes:
1086
1086
recommended in order to take advantage of error tracking, and to avoid
1087
1087
issues with namespaces that contain `then` function exports.
1088
1088
* `microtaskMode` {string} If set to `afterEvaluate`, microtasks (tasks
1089
- scheduled through `Promise`s any `async function`s) will be run immediately
1089
+ scheduled through `Promise`s and `async function`s) will be run immediately
1090
1090
after the script has run. They are included in the `timeout` and
1091
1091
`breakOnSigint` scopes in that case.
1092
1092
* Returns: {any} the result of the very last statement executed in the script.
0 commit comments