Skip to content

Commit

Permalink
doc: update websocket flag description to reflect stable API status
Browse files Browse the repository at this point in the history
doc: update websocket flag description to reflect stable API status
  • Loading branch information
debbs061 committed Aug 21, 2024
1 parent 4f94397 commit 8b3aa17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ changes:
description: Syntax detection is enabled by default.
-->

Disable using [syntax detection][] to determine module type.
Disable exposition of [`WebSocket`][] on the global scope.

### `--no-experimental-global-navigator`

Expand All @@ -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`

Expand Down

0 comments on commit 8b3aa17

Please sign in to comment.