- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 27 Jan 2017 06:52:22 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 January 2017 14:52:56 UTC
It looks to me like Firefox uses `","` without space for items 2 and 3 of your list (presumably because those pieces were more or less implemented after the current fetch spec was written) and `", "` (with space) for item 1. What do other UAs do for `Access-Control-Request-Headers`? Changing behavior here could lead to compat issues, obviously, so if they all agree on `","` we should probably leave it that way (and in particular, depending on what happens with item 1 that might mean that it _can't_ be defined in terms of "combine"). Yes, the inconsistencies are a bit annoying, I agree. -- 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/xhr/issues/108#issuecomment-275682860
Received on Friday, 27 January 2017 14:52:56 UTC