@@ -341,16 +341,6 @@ when `Error.stack` is accessed. If you access `Error.stack` frequently
341
341
in your application, take into account the performance implications
342
342
of ` --enable-source-maps ` .
343
343
344
- ### ` --experimental-global-customevent `
345
-
346
- <!-- YAML
347
- added:
348
- - v18.7.0
349
- - v16.17.0
350
- -->
351
-
352
- Expose the [ CustomEvent Web API] [ ] on the global scope.
353
-
354
344
### ` --experimental-import-meta-resolve `
355
345
356
346
<!-- YAML
@@ -411,6 +401,14 @@ added: REPLACEME
411
401
412
402
Disable exposition of [ Web Crypto API] [ ] on the global scope.
413
403
404
+ ### ` --no-experimental-global-customevent `
405
+
406
+ <!-- YAML
407
+ added: REPLACEME
408
+ -->
409
+
410
+ Disable exposition of [ CustomEvent Web API] [ ] on the global scope.
411
+
414
412
### ` --no-experimental-repl-await `
415
413
416
414
<!-- YAML
@@ -1829,7 +1827,6 @@ Node.js options that are allowed are:
1829
1827
* ` --enable-fips `
1830
1828
* ` --enable-source-maps `
1831
1829
* ` --experimental-abortcontroller `
1832
- * ` --experimental-global-customevent `
1833
1830
* ` --experimental-import-meta-resolve `
1834
1831
* ` --experimental-json-modules `
1835
1832
* ` --experimental-loader `
@@ -1862,6 +1859,7 @@ Node.js options that are allowed are:
1862
1859
* ` --no-addons `
1863
1860
* ` --no-deprecation `
1864
1861
* ` --no-experimental-fetch `
1862
+ * ` --no-experimental-global-customevent `
1865
1863
* ` --no-experimental-global-webcrypto `
1866
1864
* ` --no-experimental-repl-await `
1867
1865
* ` --no-extra-info-on-fatal-exception `
0 commit comments