We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba26af commit abe8491Copy full SHA for abe8491
1 file changed
doc/api/globals.md
@@ -636,8 +636,6 @@ A browser-compatible implementation of {Headers}.
636
added: v22.4.0
637
-->
638
639
-> Stability: 2 - Stable
640
-
641
A browser-compatible implementation of [`localStorage`][]. Data is stored
642
unencrypted in the file specified by the [`--localstorage-file`][] CLI flag.
643
The maximum amount of data that can be stored is 10 MB.
@@ -1104,7 +1102,7 @@ added: v22.4.0
1104
1102
1105
1103
1106
> Stability: 1.0 - Early development. Enable this API with the
1107
-> [`--experimental-webstorage`][] CLI flag.
+> \[`--experimental-webstorage`]\[] CLI flag.
1108
1109
A browser-compatible implementation of {Storage}. Disable this API with the
1110
[`--no-webstorage`][] (or its alias [`--no-experimental-webstorage`][]) CLI flag.
0 commit comments