@@ -341,16 +341,6 @@ when `Error.stack` is accessed. If you access `Error.stack` frequently
341341in your application, take into account the performance implications
342342of ` --enable-source-maps ` .
343343
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-
354344### ` --experimental-import-meta-resolve `
355345
356346<!-- YAML
@@ -411,6 +401,14 @@ added: REPLACEME
411401
412402Disable exposition of [ Web Crypto API] [ ] on the global scope.
413403
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+
414412### ` --no-experimental-repl-await `
415413
416414<!-- YAML
@@ -1829,7 +1827,6 @@ Node.js options that are allowed are:
18291827* ` --enable-fips `
18301828* ` --enable-source-maps `
18311829* ` --experimental-abortcontroller `
1832- * ` --experimental-global-customevent `
18331830* ` --experimental-import-meta-resolve `
18341831* ` --experimental-json-modules `
18351832* ` --experimental-loader `
@@ -1862,6 +1859,7 @@ Node.js options that are allowed are:
18621859* ` --no-addons `
18631860* ` --no-deprecation `
18641861* ` --no-experimental-fetch `
1862+ * ` --no-experimental-global-customevent `
18651863* ` --no-experimental-global-webcrypto `
18661864* ` --no-experimental-repl-await `
18671865* ` --no-extra-info-on-fatal-exception `
0 commit comments