Re: [whatwg/fetch] Define data: URLs (#579)

@foolip the bigger problem here is how MIME types in general are parsed. Chrome and Firefox end up normalizing them to some extent, but not in a super logical way. Basically everything unknown gets dropped, `charset` parameters are preserved, regardless of MIME type. See also https://github.com/whatwg/mimesniff/issues/30.

-- 
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/pull/579#issuecomment-326028012

Received on Wednesday, 30 August 2017 15:31:09 UTC