| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 516c775 commit b3e0490
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -453,6 +453,17 @@ changes: | |||
| 453 | 453 | A browser-compatible implementation of the `Event` class. See | |
| 454 | 454 | [`EventTarget` and `Event` API][] for more details. | |
| 455 | 455 | ||
| 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 | + | ||
| 456 | 467 | ## `EventTarget` | |
| 457 | 468 | ||
| 458 | 469 | <!-- YAML | |
@@ -1187,6 +1198,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |||
| 1187 | 1198 | [Navigator API]: https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object | |
| 1188 | 1199 | [RFC 5646]: https://www.rfc-editor.org/rfc/rfc5646.txt | |
| 1189 | 1200 | [Web Crypto API]: webcrypto.md | |
| 1201 | + [`--experimental-eventsource`]: cli.md#--experimental-eventsource | ||
| 1190 | 1202 | [`--experimental-webstorage`]: cli.md#--experimental-webstorage | |
| 1191 | 1203 | [`--localstorage-file`]: cli.md#--localstorage-filefile | |
| 1192 | 1204 | [`--no-experimental-global-customevent`]: cli.md#--no-experimental-global-customevent | |
@@ -1200,6 +1212,7 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][]. | |||
| 1200 | 1212 | [`CustomEvent` Web API]: https://dom.spec.whatwg.org/#customevent | |
| 1201 | 1213 | [`DOMException`]: https://developer.mozilla.org/en-US/docs/Web/API/DOMException | |
| 1202 | 1214 | [`DecompressionStream`]: webstreams.md#class-decompressionstream | |
| 1215 | + [`EventSource`]: https://developer.mozilla.org/en-US/docs/Web/API/EventSource | ||
| 1203 | 1216 | [`EventTarget` and `Event` API]: events.md#eventtarget-and-event-api | |
| 1204 | 1217 | [`MessageChannel`]: worker_threads.md#class-messagechannel | |
| 1205 | 1218 | [`MessageEvent`]: https://developer.mozilla.org/en-US/docs/Web/API/MessageEvent/MessageEvent | |
| Back | FazBrowse Home | New Git URL |
0 commit comments