Skip to content

Commit 49e56bf

Browse files
marco-ippolitonodejs-github-bot
authored andcommitted
doc: fix webstorage config file property
PR-URL: #60798 Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent 72dd0fa commit 49e56bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/node-config-schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
"experimental-websocket": {
187187
"type": "boolean"
188188
},
189+
"experimental-webstorage": {
190+
"type": "boolean"
191+
},
189192
"extra-info-on-fatal-exception": {
190193
"type": "boolean"
191194
},
@@ -594,9 +597,6 @@
594597
"watch-preserve-output": {
595598
"type": "boolean"
596599
},
597-
"webstorage": {
598-
"type": "boolean"
599-
},
600600
"zero-fill-buffers": {
601601
"type": "boolean"
602602
}

0 commit comments

Comments
 (0)