◐ Shell
clean mode source ↗

doc,src,lib: clarify experimental status of Web Storage support by aduh95 · Pull Request #60708 · nodejs/node

@aduh95

@nodejs-github-bot nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

config

Issues or PRs related to the config subsystem

needs-ci

PRs that need a full CI run.

process

Issues and PRs related to the process subsystem.

labels

Nov 13, 2025

@aduh95 aduh95 added backport-requested-v22.x

PRs awaiting manual backport to the v22.x-staging branch.

backport-requested-v24.x

PRs awaiting manual backport to the v24.x-staging branch.

c++

Issues and PRs that require attention from people who are familiar with C++.

process

Issues and PRs related to the process subsystem.

needs-ci

PRs that need a full CI run.

config

Issues or PRs related to the config subsystem

and removed c++

Issues and PRs that require attention from people who are familiar with C++.

process

Issues and PRs related to the process subsystem.

needs-ci

PRs that need a full CI run.

dont-land-on-v22.x

PRs that should not land on the v22.x-staging branch and should not be released in v22.x.

config

Issues or PRs related to the config subsystem

dont-land-on-v24.x

PRs that should not land on the v24.x-staging branch and should not be released in v24.x.

labels

Nov 13, 2025

Renegade334

Co-authored-by: René <contact.9a5d6388@renegade334.me.uk>

aduh95

@aduh95

mcollina

@aduh95 aduh95 added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

request-ci

Add this label to start a Jenkins CI on a PR.

labels

Nov 15, 2025

@aduh95 aduh95 added commit-queue

Add this label to land a pull request using GitHub Actions.

commit-queue-squash

Add this label to instruct the Commit Queue to squash all the PR commits into the first one.

and removed commit-queue-failed

An error occurred while landing this pull request using GitHub Actions.

labels

Nov 16, 2025

@aduh95 aduh95 deleted the experimental-web-storage branch

November 16, 2025 15:03

aduh95 added a commit that referenced this pull request

Nov 16, 2025
PR-URL: #60708
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>

aduh95 added a commit that referenced this pull request

Nov 17, 2025
PR-URL: #60708
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>

aduh95 added a commit that referenced this pull request

Nov 17, 2025
PR-URL: #60708
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request

Nov 18, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org) ([source](https://github.com/nodejs/node)) | patch | `25.2.0` -> `25.2.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

### [`v25.2.1`](https://github.com/nodejs/node/releases/tag/v25.2.1): 2025-11-17, Version 25.2.1 (Current), @&#8203;aduh95

[Compare Source](nodejs/node@v25.2.0...v25.2.1)

This release reverts the spec-compliant behavior of sometimes throwing on `localStorage`
access. We received feedback that this change on an experimental API was too breaking
for a semver-minor release, so we decided to push it back for Node.js 26.0.0.

##### Commits

- \[[`ff89b7b6c7`](nodejs/node@ff89b7b6c7)] - **crypto**: ensure documented RSA-PSS saltLength default is used (Filip Skokan) [#&#8203;60662](nodejs/node#60662)
- \[[`5316b580eb`](nodejs/node@5316b580eb)] - **deps**: V8: backport [`2e4c5cf`](nodejs/node@2e4c5cf9b112) (Michaël Zasso) [#&#8203;60654](nodejs/node#60654)
- \[[`ca878bc90e`](nodejs/node@ca878bc90e)] - **doc,src,lib**: clarify experimental status of Web Storage support (Antoine du Hamel) [#&#8203;60708](nodejs/node#60708)
- \[[`a4dee613fd`](nodejs/node@a4dee613fd)] - ***Revert*** "**lib**: throw from localStorage getter on missing storage path" (Antoine du Hamel) [#&#8203;60750](nodejs/node#60750)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->

ummitsmerogers-droid

marco-ippolito pushed a commit that referenced this pull request

Jan 13, 2026
PR-URL: #60708
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>