mirror of
https://github.com/nodejs/node.git
synced 2025-12-27 23:41:14 +00:00
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:
parent
72dd0fa5cd
commit
49e56bfc55
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user