From 16c0884d48f93dfcb149481bbffb40962a5ce408 Mon Sep 17 00:00:00 2001 From: Khafra Date: Fri, 7 Jun 2024 13:24:56 -0400 Subject: [PATCH] doc: mark WebSocket as stable PR-URL: https://github.com/nodejs/node/pull/53352 Reviewed-By: Yagiz Nizipli Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Benjamin Gruenbaum Reviewed-By: Trivikram Kamat --- 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 458f444ca4ce85..6fabebc4b6c7e7 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -1099,12 +1099,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.