feat(ext/fetch): add Headers#getSetCookie#13542
Conversation
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
|
Now that the spec PR is about to land, this PR should be reopened. |
|
Hey, aside from web-platform-tests/wpt#31442, I also opened web-platform-tests/wpt#38437 with some extra tests to address some of the review feedback from the Webkit implementation. Note that the "Set-Cookie is a forbidden response header" test is about browser behavior and doesn't apply to Deno. |
21bd01c to
4e7ebb2
Compare
4e7ebb2 to
1a15511
Compare
aapoalas
left a comment
There was a problem hiding this comment.
This should be rebased and landed. Spec changes have gone through and I presume this would be a fairly important feature for eg. Node compat.
|
Tried to use this today, was missing in Deno |
|
For the record, this implementation is correct according to the spec as it is now. The only changes in the spec text since were editorial. There is one failing test in |
Spec change: whatwg/fetch#1346
Tests: web-platform-tests/wpt#31442 (ran against this PR and they all pass)