Skip to content

Commit be02a02

Browse files
doc: fix webstorage config file property
1 parent 3808504 commit be02a02

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)