From bc21ed1a2250aaf288ad9d52ec612f3cbb0a83c2 Mon Sep 17 00:00:00 2001 From: debbs061 Date: Wed, 21 Aug 2024 22:27:27 +0900 Subject: [PATCH] doc: update websocket flag description to reflect stable API status --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 0d2e28d22ec511..38b492e7cfda6e 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1637,7 +1637,7 @@ Use this flag to disable top-level await in REPL. added: v22.0.0 --> -Use this flag to disable experimental [`WebSocket`][] support. +Disable exposition of [`WebSocket`][] on the global scope. ### `--no-extra-info-on-fatal-exception`