Re: [whatwg/fetch] [Feature request] Add a `CookieStore` option to `Request` & `Response` (Issue #1384)

> you can still use cookies with the current api, you are able to read set-cookie headers in responses and set cookie headers in requests

This is true, though the fact that multiple Set-Cookie headers get joined together into a single string makes it unusable. The joined string cannot be unambiguously parsed.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1384#issuecomment-1240809852

You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/issues/1384/1240809852@github.com>

Received on Thursday, 8 September 2022 14:39:20 UTC