From 0289e859ef1749751f3a6504a5e3a1a7596a0a92 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 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.