- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 28 Nov 2019 22:41:50 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 29 November 2019 06:41:52 UTC
`Set-Cookie` is the only such header, see also HTTP and #506. It might make sense to expose it properly for code that wants to use this class generically, but I think we ought to allow for implementations of this class to eagerly combine headers generally and store `Set-Cookie` separately as a special case. That would suggest something like `h.getSetCookie()` to me. cc @youennf @ddragana @yutakahirano -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/973#issuecomment-559677561
Received on Friday, 29 November 2019 06:41:52 UTC