Skip to content

Commit 0ba26af

Browse files
committed
doc: update node-config-schema.json
1 parent 8e1972c commit 0ba26af

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,7 @@ Silence all process warnings (including deprecations).
19571957
added: REPLACEME
19581958
-->
19591959

1960-
Disable experimental [`Web Storage`][] support.
1960+
Disable [`Web Storage`][] support.
19611961

19621962
### `--node-memory-debug`
19631963

doc/node-config-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@
186186
"experimental-websocket": {
187187
"type": "boolean"
188188
},
189-
"experimental-webstorage": {
190-
"type": "boolean"
191-
},
192189
"extra-info-on-fatal-exception": {
193190
"type": "boolean"
194191
},
@@ -594,6 +591,9 @@
594591
"watch-preserve-output": {
595592
"type": "boolean"
596593
},
594+
"webstorage": {
595+
"type": "boolean"
596+
},
597597
"zero-fill-buffers": {
598598
"type": "boolean"
599599
}

doc/node.1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,9 @@ Enable experimental support for the EventSource Web API.
204204
.It Fl -no-experimental-websocket
205205
Disable experimental support for the WebSocket API.
206206
.
207-
.It Fl -no-experimental-webstorage
208-
Disable webstorage.
209-
.
210207
.It Fl -no-webstorage
211208
Disable webstorage.
209+
.
212210
.It Fl -no-experimental-repl-await
213211
Disable top-level await keyword support in REPL.
214212
.

0 commit comments

Comments
 (0)