-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fetch): fix
headers.entries
/values
/forEach
iteration for `S…
…et-Cookie` headers (#89) * Fix headers.entries/values/forEach handling of setCookie * Fix headers.entries/values/forEach handling of setCookie * Add changeset * chore: fix changeset --------- Co-authored-by: Matt Brophy <[email protected]>
- Loading branch information
1 parent
ace4223
commit 3c20536
Showing
3 changed files
with
86 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@web-std/fetch": patch | ||
--- | ||
|
||
Fix `headers.entries`/`values`/`forEach` iteration for `Set-Cookie` headers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters