Skip to content

Commit f3bc889

Browse files
aduh95Renegade334
andauthored
Update doc/api/globals.md
Co-authored-by: René <[email protected]>
1 parent c144f98 commit f3bc889

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/api/globals.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,14 @@ added: v22.4.0
647647
changes:
648648
- version: v25.2.0
649649
pr-url: https://github.com/nodejs/node/pull/60351
650-
description: As specified by the Web Storage specification, accessing this
651-
global without providing `--localstorage-file` throws a
652-
`DOMException`.
650+
description: Accessing the `localStorage` global without providing
651+
`--localstorage-file` now throws a `DOMException`, for
652+
compliance with the Web Storage specification.
653+
- version: v25.0.0
654+
pr-url: https://github.com/nodejs/node/pull/57666
655+
description: When webstorage is enabled and `--localstorage-file` is not
656+
provided, accessing the `localStorage` global now returns an
657+
empty object.
653658
- version: v25.0.0
654659
pr-url: https://github.com/nodejs/node/pull/57666
655660
description: This API is no longer behind `--experimental-webstorage` runtime flag.

0 commit comments

Comments
 (0)