@@ -808,6 +808,14 @@ CommonJS. This includes the following:
808
808
* Lexical redeclarations of the CommonJS wrapper variables (` require ` , ` module ` ,
809
809
` exports ` , ` __dirname ` , ` __filename ` ).
810
810
811
+ ### ` --experimental-eventsource `
812
+
813
+ <!-- YAML
814
+ added: REPLACEME
815
+ -->
816
+
817
+ Enable exposition of [ EventSource Web API] [ ] on the global scope.
818
+
811
819
### ` --experimental-import-meta-resolve `
812
820
813
821
<!-- YAML
@@ -2603,6 +2611,7 @@ one is included in the list below.
2603
2611
* ` --experimental-abortcontroller `
2604
2612
* ` --experimental-default-type `
2605
2613
* ` --experimental-detect-module `
2614
+ * ` --experimental-eventsource `
2606
2615
* ` --experimental-import-meta-resolve `
2607
2616
* ` --experimental-json-modules `
2608
2617
* ` --experimental-loader `
@@ -3114,6 +3123,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
3114
3123
[ DEP0025 warning ] : deprecations.md#dep0025-requirenodesys
3115
3124
[ ECMAScript module ] : esm.md#modules-ecmascript-modules
3116
3125
[ ExperimentalWarning: `vm.measureMemory` is an experimental feature ] : vm.md#vmmeasurememoryoptions
3126
+ [ EventSource Web API ] : https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
3117
3127
[ Fetch API ] : https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
3118
3128
[ File System Permissions ] : permissions.md#file-system-permissions
3119
3129
[ Loading ECMAScript modules using `require()` ] : modules.md#loading-ecmascript-modules-using-require
0 commit comments