@@ -1305,14 +1305,6 @@ changes:
13051305
13061306Enable experimental WebAssembly System Interface (WASI) support.
13071307
1308- ### ` --experimental-webstorage `
1309-
1310- <!-- YAML
1311- added: v22.4.0
1312- -->
1313-
1314- Enable experimental [ ` Web Storage ` ] [ ] support.
1315-
13161308### ` --experimental-worker-inspection `
13171309
13181310<!-- YAML
@@ -1753,8 +1745,8 @@ added: v22.4.0
17531745
17541746The file used to store ` localStorage ` data. If the file does not exist, it is
17551747created the first time ` localStorage ` is accessed. The same file may be shared
1756- between multiple Node.js processes concurrently. This flag is a no-op unless
1757- Node.js is started with the ` --experimental-webstorage ` flag.
1748+ between multiple Node.js processes concurrently. This flag is a no-op if
1749+ Node.js is started with the ` --no-webstorage ` (or ` --no- experimental-webstorage` ) flag.
17581750
17591751### ` --max-http-header-size=size `
17601752
@@ -1979,6 +1971,14 @@ added: v6.0.0
19791971
19801972Silence all process warnings (including deprecations).
19811973
1974+ ### ` --no-webstorage `
1975+
1976+ <!-- YAML
1977+ added: REPLACEME
1978+ -->
1979+
1980+ Disable [ ` Web Storage ` ] [ ] support.
1981+
19821982### ` --node-memory-debug `
19831983
19841984<!-- YAML
@@ -3503,7 +3503,6 @@ one is included in the list below.
35033503* ` --experimental-transform-types `
35043504* ` --experimental-vm-modules `
35053505* ` --experimental-wasi-unstable-preview1 `
3506- * ` --experimental-webstorage `
35073506* ` --force-context-aware `
35083507* ` --force-fips `
35093508* ` --force-node-api-uncaught-exceptions-policy `
@@ -3537,11 +3536,13 @@ one is included in the list below.
35373536* ` --no-experimental-sqlite `
35383537* ` --no-experimental-strip-types `
35393538* ` --no-experimental-websocket `
3539+ * ` --no-experimental-webstorage `
35403540* ` --no-extra-info-on-fatal-exception `
35413541* ` --no-force-async-hooks-checks `
35423542* ` --no-global-search-paths `
35433543* ` --no-network-family-autoselection `
35443544* ` --no-warnings `
3545+ * ` --no-webstorage `
35453546* ` --node-memory-debug `
35463547* ` --openssl-config `
35473548* ` --openssl-legacy-provider `
0 commit comments