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
PR-URL: https://github.com/nodejs/node/pull/54482
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Yelim Koo 2024-08-25 01:59:25 +09:00 committed by GitHub
parent c890a9660c
commit 6dce10ff77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1653,7 +1653,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`