- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 03 Oct 2017 07:28:15 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 3 October 2017 14:29:09 UTC
There's a test that checks that `text/xml;charset=†` is rejected and Chrome has implemented this, but I don't think any other part of the platform reuses that check. What we end up doing is ignoring non-ASCII bytes in MIME types. So we should rewrite `XMLHttpRequest/overridemimetype-blob.html` and maybe change the requirements in the specification. This ties into the ever growing https://github.com/whatwg/mimesniff/issues/30. See https://bugzilla.mozilla.org/show_bug.cgi?id=918731 for more background. -- 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/157
Received on Tuesday, 3 October 2017 14:29:09 UTC