diff --git a/doc/api/globals.md b/doc/api/globals.md index 9d3d1e23bd630c..1c4f562f78dc58 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -451,6 +451,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`