doc: remove unnecessary statement of web storage

For now, web storage is enabled by default.

Refs: https://github.com/nodejs/node/pull/57666
PR-URL: https://github.com/nodejs/node/pull/60363
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Deokjin Kim 2025-10-24 15:27:18 +09:00 committed by GitHub
parent a201250a56
commit 5bd2152b89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1105,8 +1105,7 @@ added: v0.0.1
added: v22.4.0 added: v22.4.0
--> -->
> Stability: 1.0 - Early development. Enable this API with the > Stability: 1.0 - Early development.
> \[`--experimental-webstorage`]\[] CLI flag.
A browser-compatible implementation of {Storage}. Disable this API with the A browser-compatible implementation of {Storage}. Disable this API with the
[`--no-webstorage`][] (or its alias `--no-experimental-webstorage`) CLI flag. [`--no-webstorage`][] (or its alias `--no-experimental-webstorage`) CLI flag.