diff --git a/doc/api/globals.md b/doc/api/globals.md index 8c4867b6fef427..1201e6152d7ba4 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -474,6 +474,17 @@ changes: A browser-compatible implementation of the `Event` class. See [`EventTarget` and `Event` API][] for more details. +## `EventSource` + + + +> Stability: 1 - Experimental. Enable this API with the [`--experimental-eventsource`][] +> CLI flag. + +A browser-compatible implementation of the [`EventSource`][] class. + ## `EventTarget`