Skip to content

Commit 16c0884

Browse files
KhafraDevtargos
authored andcommitted
doc: mark WebSocket as stable
PR-URL: #53352 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent df47627 commit 16c0884

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/globals.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1099,12 +1099,15 @@ added:
10991099
- v21.0.0
11001100
- v20.10.0
11011101
changes:
1102+
- version: REPLACEME
1103+
pr-url: https://github.com/nodejs/node/pull/53352
1104+
description: No longer experimental.
11021105
- version: v22.0.0
11031106
pr-url: https://github.com/nodejs/node/pull/51594
11041107
description: No longer behind `--experimental-websocket` CLI flag.
11051108
-->
11061109

1107-
> Stability: 1 - Experimental.
1110+
> Stability: 2 - Stable.
11081111
11091112
A browser-compatible implementation of [`WebSocket`][]. Disable this API
11101113
with the [`--no-experimental-websocket`][] CLI flag.

0 commit comments

Comments
 (0)