From 49e56bfc55c9e77a77d232ec8a6ee84a432fa2d3 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Fri, 21 Nov 2025 09:09:25 +0100 Subject: [PATCH] doc: fix webstorage config file property PR-URL: https://github.com/nodejs/node/pull/60798 Reviewed-By: Jacob Smith Reviewed-By: Rafael Gonzaga --- doc/node-config-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/node-config-schema.json b/doc/node-config-schema.json index 6bf7ffd8e7..22f52952af 100644 --- a/doc/node-config-schema.json +++ b/doc/node-config-schema.json @@ -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" }