Skip to content
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: revert .getAll removal, mark deprecated #597

Merged
merged 7 commits into from
Sep 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update fetch.js
  • Loading branch information
balazsorban44 authored Sep 11, 2023
commit 2f98689029d4c9e411fe5be2080d769b9544fcff
4 changes: 2 additions & 2 deletions packages/primitives/src/primitives/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ HeadersModule.Headers.prototype.values = function* () {
}

/**
* Add a new method for retrieving all independent `set-cookie` headers that
* maybe have been appended. This will only work when getting `set-cookie`
* Method for retrieving all independent `set-cookie` headers that
* may have been appended. This will only work when getting `set-cookie`
* headers.
*
* @deprecated Use [`.getSetCookie()`](https://developer.mozilla.org/en-US/docs/Web/API/Headers/getSetCookie) instead.
Expand Down