-
Notifications
You must be signed in to change notification settings - Fork 633
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
feat(http): support partitioned cookies #5044
feat(http): support partitioned cookies #5044
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5044 +/- ##
=======================================
Coverage 92.17% 92.17%
=======================================
Files 487 487
Lines 38796 38800 +4
Branches 5433 5435 +2
=======================================
+ Hits 35760 35764 +4
Misses 2981 2981
Partials 55 55 ☔ View full report in Codecov by Sentry. |
Note: Browser support:
Library support:
I think it's probably fine to add this now. Does anyone have any opinion on this? |
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.
I'm fine with this change. LGTM.
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.
Thanks!
closes #5043