@@ -634,13 +634,12 @@ A browser-compatible implementation of {Headers}.
634634added: v22.4.0
635635-->
636636
637- > Stability: 1.0 - Early development .
637+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
638638
639639A browser-compatible implementation of [ ` localStorage ` ] [ ] . Data is stored
640640unencrypted in the file specified by the [ ` --localstorage-file ` ] [ ] CLI flag.
641641The maximum amount of data that can be stored is 10 MB.
642642Any modification of this data outside of the Web Storage API is not supported.
643- Enable this API with the [ ` --experimental-webstorage ` ] [ ] CLI flag.
644643` localStorage ` data is not stored per user or per request when used in the context
645644of a server, it is shared across all users and requests.
646645
@@ -1063,9 +1062,13 @@ A browser-compatible implementation of {Request}.
10631062
10641063<!-- YAML
10651064added: v22.4.0
1065+ changes:
1066+ - version: v25.0.0
1067+ pr-url: https://github.com/nodejs/node/pull/57666
1068+ description: This API is no longer behind `--experimental-webstorage` runtime flag.
10661069-->
10671070
1068- > Stability: 1.0 - Early development .
1071+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
10691072
10701073A browser-compatible implementation of [ ` sessionStorage ` ] [ ] . Data is stored in
10711074memory, with a storage quota of 10 MB. ` sessionStorage ` data persists only within
@@ -1101,8 +1104,7 @@ added: v0.0.1
11011104added: v22.4.0
11021105-->
11031106
1104- > Stability: 1.0 - Early development. Enable this API with the
1105- > [ ` --experimental-webstorage ` ] [ ] CLI flag.
1107+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
11061108
11071109A browser-compatible implementation of {Storage}.
11081110
0 commit comments