@@ -853,6 +853,14 @@ CommonJS. This includes the following:
853853* Lexical redeclarations of the CommonJS wrapper variables (` require ` , ` module ` ,
854854 ` exports ` , ` __dirname ` , ` __filename ` ).
855855
856+ ### ` --experimental-eventsource `
857+
858+ <!-- YAML
859+ added: REPLACEME
860+ -->
861+
862+ Enable exposition of [ EventSource Web API] [ ] on the global scope.
863+
856864### ` --experimental-import-meta-resolve `
857865
858866<!-- YAML
@@ -2648,6 +2656,7 @@ one is included in the list below.
26482656* ` --experimental-abortcontroller `
26492657* ` --experimental-default-type `
26502658* ` --experimental-detect-module `
2659+ * ` --experimental-eventsource `
26512660* ` --experimental-import-meta-resolve `
26522661* ` --experimental-json-modules `
26532662* ` --experimental-loader `
@@ -3153,6 +3162,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
31533162[ CommonJS module ] : modules.md
31543163[ DEP0025 warning ] : deprecations.md#dep0025-requirenodesys
31553164[ ECMAScript module ] : esm.md#modules-ecmascript-modules
3165+ [ EventSource Web API ] : https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
31563166[ ExperimentalWarning: `vm.measureMemory` is an experimental feature ] : vm.md#vmmeasurememoryoptions
31573167[ File System Permissions ] : permissions.md#file-system-permissions
31583168[ Loading ECMAScript modules using `require()` ] : modules.md#loading-ecmascript-modules-using-require
0 commit comments