@@ -640,7 +640,7 @@ A 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- Disable this API with the [ ` --no-webstorage ` ] [ ] (or its alias [ ` --no-experimental-webstorage ` ] [ ] ) CLI flag.
643+ Disable this API with the [ ` --no-webstorage ` ] [ ] (or its alias ` --no-experimental-webstorage ` ) CLI flag.
644644` localStorage ` data is not stored per user or per request when used in the context
645645of a server, it is shared across all users and requests.
646646
@@ -1105,7 +1105,7 @@ added: v22.4.0
11051105> \[ ` --experimental-webstorage ` ] \[ ] CLI flag.
11061106
11071107A browser-compatible implementation of {Storage}. Disable this API with the
1108- [ ` --no-webstorage ` ] [ ] (or its alias [ ` --no-experimental-webstorage ` ] [ ] ) CLI flag.
1108+ [ ` --no-webstorage ` ] [ ] (or its alias ` --no-experimental-webstorage ` ) CLI flag.
11091109
11101110## ` structuredClone(value[, options]) `
11111111
@@ -1319,7 +1319,6 @@ A browser-compatible implementation of [`WritableStreamDefaultWriter`][].
13191319[ `--localstorage-file` ] : cli.md#--localstorage-filefile
13201320[ `--no-experimental-global-navigator` ] : cli.md#--no-experimental-global-navigator
13211321[ `--no-experimental-websocket` ] : cli.md#--no-experimental-websocket
1322- [ `--no-experimental-webstorage` ] : cli.md#--no-experimental-webstorage
13231322[ `--no-webstorage` ] : cli.md#--no-webstorage
13241323[ `ByteLengthQueuingStrategy` ] : webstreams.md#class-bytelengthqueuingstrategy
13251324[ `CompressionStream` ] : webstreams.md#class-compressionstream
0 commit comments