doc: fix webstorage config file property

PR-URL: https://github.com/nodejs/node/pull/60798
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
Marco Ippolito 2025-11-21 09:09:25 +01:00 committed by Node.js GitHub Bot
parent 72dd0fa5cd
commit 49e56bfc55

View File

@ -186,6 +186,9 @@
"experimental-websocket": {
"type": "boolean"
},
"experimental-webstorage": {
"type": "boolean"
},
"extra-info-on-fatal-exception": {
"type": "boolean"
},
@ -594,9 +597,6 @@
"watch-preserve-output": {
"type": "boolean"
},
"webstorage": {
"type": "boolean"
},
"zero-fill-buffers": {
"type": "boolean"
}