diff --git a/doc/api/globals.md b/doc/api/globals.md index e01045300aa6f6..65cdfa78fb49c4 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -453,6 +453,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`