@@ -606,13 +606,12 @@ A browser-compatible implementation of {Headers}.
606606added: v22.4.0
607607-->
608608
609- > Stability: 1.0 - Early development .
609+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
610610
611611A browser-compatible implementation of [ ` localStorage ` ] [ ] . Data is stored
612612unencrypted in the file specified by the [ ` --localstorage-file ` ] [ ] CLI flag.
613613The maximum amount of data that can be stored is 10 MB.
614614Any modification of this data outside of the Web Storage API is not supported.
615- Enable this API with the [ ` --experimental-webstorage ` ] [ ] CLI flag.
616615` localStorage ` data is not stored per user or per request when used in the context
617616of a server, it is shared across all users and requests.
618617
@@ -974,9 +973,13 @@ A browser-compatible implementation of {Request}.
974973
975974<!-- YAML
976975added: v22.4.0
976+ changes:
977+ - version: v25.0.0
978+ pr-url: https://github.com/nodejs/node/pull/57666
979+ description: This API is no longer behind `--experimental-webstorage` runtime flag.
977980-->
978981
979- > Stability: 1.0 - Early development .
982+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
980983
981984A browser-compatible implementation of [ ` sessionStorage ` ] [ ] . Data is stored in
982985memory, with a storage quota of 10 MB. ` sessionStorage ` data persists only within
@@ -1012,8 +1015,7 @@ added: v0.0.1
10121015added: v22.4.0
10131016-->
10141017
1015- > Stability: 1.0 - Early development. Enable this API with the
1016- > [ ` --experimental-webstorage ` ] [ ] CLI flag.
1018+ > Stability: 1.2 - Release candidate. Enable this API with [ ` --experimental-webstorage ` ] [ ] .
10171019
10181020A browser-compatible implementation of {Storage}.
10191021
0 commit comments