From cf90c3bccb9482d4e2ded1183fa956de54c1a6e0 Mon Sep 17 00:00:00 2001 From: debbs061 Date: Wed, 21 Aug 2024 21:18:04 +0900 Subject: [PATCH] doc: update websocket flag description to reflect stable API status doc: update websocket flag description to reflect stable API status doc: revert syntax detection description --- 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`