From c86dac0ccad9b61f062fec52507406e82902a08e Mon Sep 17 00:00:00 2001 From: Khafra Date: Wed, 5 Jun 2024 13:13:52 -0400 Subject: [PATCH] doc: mark WebSocket as stable --- doc/api/globals.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 2fa26bf1c085c4..836201d3ac31dc 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -1106,12 +1106,15 @@ added: - v21.0.0 - v20.10.0 changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/53352 + description: No longer experimental. - version: v22.0.0 pr-url: https://github.com/nodejs/node/pull/51594 description: No longer behind `--experimental-websocket` CLI flag. --> -> Stability: 1 - Experimental. +> Stability: 2 - Stable. A browser-compatible implementation of [`WebSocket`][]. Disable this API with the [`--no-experimental-websocket`][] CLI flag.