-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
src,lib,test: unflag --experimental-webstorage by default #57666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src,lib,test: unflag --experimental-webstorage by default #57666
Conversation
Review requested:
|
To fix the failing test, I would change the error being throw in lib/internal/webstorage.js in a warning, and have @cjihrig wdyt? |
I would be OK with that behavior. However, the global checking logic in |
I just pushed the suggested changes, and the tests are now passing. @cjihrig, could you please review whether the changes in |
Without running the code, it doesn't look correct to me:
By the time we find out that the value is |
Yeah, that's right. I'll take a look on how to avoid the warning to be emitted in those cases. |
b925ca4
to
db0cda3
Compare
@cjihrig Could you take a look now and see if this is closer to what you were expecting? I added a new check to |
Moving this as ready for review. I think we should possibly also update |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57666 +/- ##
==========================================
+ Coverage 88.26% 88.28% +0.02%
==========================================
Files 701 701
Lines 206644 206676 +32
Branches 39737 39738 +1
==========================================
+ Hits 182386 182472 +86
+ Misses 16279 16237 -42
+ Partials 7979 7967 -12
🚀 New features to boost your workflow:
|
A few tests needs fixing but this is good progress! |
67c3460
to
1857c7f
Compare
This PR has some conflicts |
3cda35a
to
f075423
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
6a4ce9f
to
6f567ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate your effort here, Daniel
1a18d98
to
890a794
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@jasnell PTAL |
Landed in 3312e4e |
The
notable-change
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. |
Added Web Storage support enabled by default, with the option to disable via
--no-webstorage
.