- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 24 Mar 2017 01:15:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 08:15:51 UTC
See https://github.com/w3c/web-platform-tests/issues/5213. This requires abstracting setting cookies somehow. There's an additional question around cookies about at which point they are actually set and synchronized across "threads". A logical place for synchronization would be when Fetch queues a task that the response is in (all headers that is; though what about synchronous?) or when WebSocket establishes the connection and queues a task for that (it currently lets HTML deal with that, but maybe Fetch should take ownership). -- 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/514
Received on Friday, 24 March 2017 08:15:51 UTC