[whatwg/fetch] "Extract a MIME type" algorithm should pick the first entry? (#529)

`extract header list values` algorithm returns a list. `extract a MIME type` and sites calling `extract a MIME type` look using the result as a byte sequence.

Should `extract a MIME type` pick the first entry of the result of `extract header list values` if it's not null?

-- 
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/529

Received on Thursday, 20 April 2017 09:44:19 UTC