mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +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:
committed by
Node.js GitHub Bot
parent
72dd0fa5cd
commit
49e56bfc55
@@ -186,6 +186,9 @@
|
|||||||
"experimental-websocket": {
|
"experimental-websocket": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
"experimental-webstorage": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
"extra-info-on-fatal-exception": {
|
"extra-info-on-fatal-exception": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
@@ -594,9 +597,6 @@
|
|||||||
"watch-preserve-output": {
|
"watch-preserve-output": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
"webstorage": {
|
|
||||||
"type": "boolean"
|
|
||||||
},
|
|
||||||
"zero-fill-buffers": {
|
"zero-fill-buffers": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user