File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1957,7 +1957,7 @@ Silence all process warnings (including deprecations).
19571957added: REPLACEME
19581958-->
19591959
1960- Disable experimental [ ` Web Storage ` ] [ ] support.
1960+ Disable [ ` Web Storage ` ] [ ] support.
19611961
19621962### ` --node-memory-debug `
19631963
Original file line number Diff line number Diff line change 186186 "experimental-websocket" : {
187187 "type" : " boolean"
188188 },
189- "experimental-webstorage" : {
190- "type" : " boolean"
191- },
192189 "extra-info-on-fatal-exception" : {
193190 "type" : " boolean"
194191 },
594591 "watch-preserve-output" : {
595592 "type" : " boolean"
596593 },
594+ "webstorage" : {
595+ "type" : " boolean"
596+ },
597597 "zero-fill-buffers" : {
598598 "type" : " boolean"
599599 }
Original file line number Diff line number Diff line change @@ -204,11 +204,9 @@ Enable experimental support for the EventSource Web API.
204204.It Fl -no-experimental-websocket
205205Disable experimental support for the WebSocket API.
206206.
207- .It Fl -no-experimental-webstorage
208- Disable webstorage.
209- .
210207.It Fl -no-webstorage
211208Disable webstorage.
209+ .
212210.It Fl -no-experimental-repl-await
213211Disable top-level await keyword support in REPL.
214212.
You can’t perform that action at this time.
0 commit comments