@@ -851,6 +851,14 @@ CommonJS. This includes the following:
851851* Lexical redeclarations of the CommonJS wrapper variables (` require ` , ` module ` ,
852852 ` exports ` , ` __dirname ` , ` __filename ` ).
853853
854+ ### ` --experimental-eventsource `
855+
856+ <!-- YAML
857+ added: REPLACEME
858+ -->
859+
860+ Enable exposition of [ EventSource Web API] [ ] on the global scope.
861+
854862### ` --experimental-import-meta-resolve `
855863
856864<!-- YAML
@@ -2706,6 +2714,7 @@ one is included in the list below.
27062714* ` --experimental-abortcontroller `
27072715* ` --experimental-default-type `
27082716* ` --experimental-detect-module `
2717+ * ` --experimental-eventsource `
27092718* ` --experimental-import-meta-resolve `
27102719* ` --experimental-json-modules `
27112720* ` --experimental-loader `
@@ -3216,6 +3225,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
32163225[ CustomEvent Web API ] : https://dom.spec.whatwg.org/#customevent
32173226[ DEP0025 warning ] : deprecations.md#dep0025-requirenodesys
32183227[ ECMAScript module ] : esm.md#modules-ecmascript-modules
3228+ [ EventSource Web API ] : https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
32193229[ ExperimentalWarning: `vm.measureMemory` is an experimental feature ] : vm.md#vmmeasurememoryoptions
32203230[ Fetch API ] : https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
32213231[ File System Permissions ] : permissions.md#file-system-permissions
0 commit comments