@@ -474,6 +474,17 @@ changes:
474
474
A browser-compatible implementation of the ` Event ` class. See
475
475
[ ` EventTarget ` and ` Event ` API] [ ] for more details.
476
476
477
+ ## ` EventSource `
478
+
479
+ <!-- YAML
480
+ added: v22.3.0
481
+ -->
482
+
483
+ > Stability: 1 - Experimental. Enable this API with the [ ` --experimental-eventsource ` ] [ ]
484
+ > CLI flag.
485
+
486
+ A browser-compatible implementation of the [ ` EventSource ` ] [ ] class.
487
+
477
488
## ` EventTarget `
478
489
479
490
<!-- YAML
@@ -1207,6 +1218,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1207
1218
[ Navigator API ] : https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object
1208
1219
[ RFC 5646 ] : https://www.rfc-editor.org/rfc/rfc5646.txt
1209
1220
[ Web Crypto API ] : webcrypto.md
1221
+ [ `--experimental-eventsource` ] : cli.md#--experimental-eventsource
1210
1222
[ `--experimental-webstorage` ] : cli.md#--experimental-webstorage
1211
1223
[ `--localstorage-file` ] : cli.md#--localstorage-filefile
1212
1224
[ `--no-experimental-global-navigator` ] : cli.md#--no-experimental-global-navigator
@@ -1219,6 +1231,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
1219
1231
[ `CustomEvent` Web API ] : https://dom.spec.whatwg.org/#customevent
1220
1232
[ `DOMException` ] : https://developer.mozilla.org/en-US/docs/Web/API/DOMException
1221
1233
[ `DecompressionStream` ] : webstreams.md#class-decompressionstream
1234
+ [ `EventSource` ] : https://developer.mozilla.org/en-US/docs/Web/API/EventSource
1222
1235
[ `EventTarget` and `Event` API ] : events.md#eventtarget-and-event-api
1223
1236
[ `MessageChannel` ] : worker_threads.md#class-messagechannel
1224
1237
[ `MessageEvent` ] : https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent/MessageEvent
0 commit comments