Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3e0490

Browse filesBrowse files
KhafraDevtargos
authored andcommitted
doc: add missing EventSource docs to globals
PR-URL: #55022 Refs: #51575 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 516c775 commit b3e0490
Copy full SHA for b3e0490

File tree

Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/globals.md‎

Copy file name to clipboardExpand all lines: doc/api/globals.md
+13Lines changed: 13 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,17 @@ changes:
453453
A browser-compatible implementation of the `Event` class. See
454454
[`EventTarget` and `Event` API][] for more details.
455455

456+
## `EventSource`
457+
458+
<!-- YAML
459+
added: v22.3.0
460+
-->
461+
462+
> Stability: 1 - Experimental. Enable this API with the [`--experimental-eventsource`][]
463+
> CLI flag.
464+
465+
A browser-compatible implementation of the [`EventSource`][] class.
466+
456467
## `EventTarget`
457468

458469
<!-- YAML
@@ -1187,6 +1198,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
11871198
[Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object
11881199
[RFC 5646]: https://www.rfc-editor.org/rfc/rfc5646.txt
11891200
[Web Crypto API]: webcrypto.md
1201+
[`--experimental-eventsource`]: cli.md#--experimental-eventsource
11901202
[`--experimental-webstorage`]: cli.md#--experimental-webstorage
11911203
[`--localstorage-file`]: cli.md#--localstorage-filefile
11921204
[`--no-experimental-global-customevent`]: cli.md#--no-experimental-global-customevent
@@ -1200,6 +1212,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
12001212
[`CustomEvent` Web API]: https://dom.spec.whatwg.org/#customevent
12011213
[`DOMException`]: https://developer.mozilla.org/en-US/docs/Web/API/DOMException
12021214
[`DecompressionStream`]: webstreams.md#class-decompressionstream
1215+
[`EventSource`]: https://developer.mozilla.org/en-US/docs/Web/API/EventSource
12031216
[`EventTarget` and `Event` API]: events.md#eventtarget-and-event-api
12041217
[`MessageChannel`]: worker_threads.md#class-messagechannel
12051218
[`MessageEvent`]: https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent/MessageEvent

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.