- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 11 Apr 2018 01:06:10 -0700
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 April 2018 08:06:46 UTC
annevk commented on this pull request. > <ol> <li><p>If <a>state</a> is <i>loading</i> or <i>done</i>, then <a>throw</a> an "{{InvalidStateError!!exception}}" {{DOMException}}. - <li><p>Set <a>override MIME type</a> to `<code>application/octet-stream</code>`. - - <li><p>If <var>mime</var> is a <a>parsable MIME type</a>, then set <a>override MIME type</a> to its - <a>MIME type portion</a>. - <!-- XXX Ignore string to byte sequence conversion issues until some point in the future --> + <li><p>Set <a>override MIME type</a> to the result of <a lt="parse a MIME type">parsing</a> + <var>mime</var>. Yeah, that's intentional (and tested). -- 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/pull/174#discussion_r180667136
Received on Wednesday, 11 April 2018 08:06:46 UTC