-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Implement the getSetCookie method of Headers #1315
Labels
enhancement
New feature or request
Comments
ushiboy
pushed a commit
to ushiboy/happy-dom
that referenced
this issue
Mar 16, 2024
ushiboy
pushed a commit
to ushiboy/happy-dom
that referenced
this issue
Mar 17, 2024
capricorn86
added a commit
to ushiboy/happy-dom
that referenced
this issue
Mar 18, 2024
… and removes logic for splitting cookie string
capricorn86
added a commit
that referenced
this issue
Mar 18, 2024
* feat: [#1315] Implement the getSetCookie method of Headers * feat: [#1315] Fixed handling of empty characters in headers * chore: [#1315] Adds support for multiple values to Headers and removes logic for splitting cookie string --------- Co-authored-by: ushiboy <ushiboy.dev@gmail.com> Co-authored-by: David Ortner <david@ortner.se>
capricorn86
added a commit
that referenced
this issue
Mar 18, 2024
capricorn86
added a commit
that referenced
this issue
Mar 18, 2024
…okie-method-of-headers chore: [#1315] Fixes problem with synd fetch headers
This was referenced May 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In the happy-dom environment, the test fails because the getSetCookie method of Headers does not exist.
Describe the solution you'd like
I'd like to see Headers getSetCookie implemented according to the specification.
see: https://developer.mozilla.org/en-US/docs/Web/API/Headers/getSetCookie
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: