| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The notable-change PRs with changes that should be highlighted in changelogs. label has been added by @Renegade334. Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
Sorry, something went wrong.
Sorry, something went wrong.
|
c57a40c was removed from the staging branch, though I cannot reopen this PR (probably because the branch has been deleted). |
Sorry, something went wrong.
|
@mcollina has submitted the equivalent to this PR against main in #61333. I suggest that we allow that to land on v25.x, providing releasers are amenable – users are still reporting headaches from the v25.0 regression on the associated issue. |
Sorry, something went wrong.
|
@Renegade334 it’s not exactly equivalent, it should correctly not mark localStorage as enumerable. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Addresses the original regression in a way that is more consistent with the user experience in v24.x where no storage-related CLI arguments are passed. Access now warns and returns undefined in the case where the requisite path is missing.
As things stand, the behaviour will revert to exception-raising in v26.x; any discussion relating to this specifically should go in the associated issue, this PR is just to re-fix the regression for localStorage users in v25.
Refs: #60303