- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 30 Aug 2017 15:30:40 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 30 August 2017 15:31:09 UTC
@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