diff --git a/doc/api/globals.md b/doc/api/globals.md index 836201d3ac31dc..011032c18330cf 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -322,6 +322,19 @@ added: v0.0.1 [`clearTimeout`][] is described in the [timers][] section. +## `CloseEvent` + + + + + +The `CloseEvent` class. See [`CloseEvent`][] for more details. + +A browser-compatible implementation of [`CloseEvent`][]. Disable this API +with the [`--no-experimental-websocket`][] CLI flag. + ## Class: `CompressionStream`