Re: [whatwg/fetch] Accept headers in spec cause confusion (#274)

@yoavweiss I think I found what/where i've been looking for. https://fetch.spec.whatwg.org/#fetching Step 3.3

> ... Otherwise, a user agent should set value to the first matching statement, if any, switching on request’s destination:
>> "image"
>> `image/png,image/svg+xml,image/*;q=0.8,*/*;q=0.5`
>> "style"
>> `text/css,*/*;q=0.1`

Is this list not exhaustive? Should it not include `document` etc?

-- 
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/274#issuecomment-373494769

Received on Thursday, 15 March 2018 19:26:36 UTC