Skip to content

Commit 4b152b1

Browse files
committed
doc: fix failing tests
1 parent abe8491 commit 4b152b1

2 files changed

Lines changed: 2 additions & 24 deletions

File tree

doc/api/cli.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,14 +1269,6 @@ changes:
12691269

12701270
Enable experimental WebAssembly System Interface (WASI) support.
12711271

1272-
### `--experimental-webstorage`
1273-
1274-
<!-- YAML
1275-
added: v22.4.0
1276-
-->
1277-
1278-
Enable experimental [`Web Storage`][] support.
1279-
12801272
### `--experimental-worker-inspection`
12811273

12821274
<!-- YAML
@@ -1894,14 +1886,6 @@ added: v22.0.0
18941886

18951887
Disable exposition of {WebSocket} on the global scope.
18961888

1897-
### `--no-experimental-webstorage`
1898-
1899-
<!-- YAML
1900-
added: v22.4.0
1901-
-->
1902-
1903-
Alias for `--no-webstorage`.
1904-
19051889
### `--no-extra-info-on-fatal-exception`
19061890

19071891
<!-- YAML
@@ -3477,11 +3461,6 @@ one is included in the list below.
34773461
* `--experimental-transform-types`
34783462
* `--experimental-vm-modules`
34793463
* `--experimental-wasi-unstable-preview1`
3480-
<<<<<<< HEAD
3481-
* `--experimental-webstorage`
3482-
=======
3483-
* `--experimental-wasm-modules`
3484-
>>>>>>> 06691b516a (doc: add --no-experimental-webstorage docs)
34853464
* `--force-context-aware`
34863465
* `--force-fips`
34873466
* `--force-node-api-uncaught-exceptions-policy`

doc/api/globals.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ A browser-compatible implementation of [`localStorage`][]. Data is stored
640640
unencrypted in the file specified by the [`--localstorage-file`][] CLI flag.
641641
The maximum amount of data that can be stored is 10 MB.
642642
Any 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
645645
of 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
11071107
A 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

Comments
 (0)