Re: [whatwg/fetch] should Response.blob() type include parameters like charset? (#540)

This is greek to me, but it seems it may bear relevance to this discussion:

https://github.com/whatwg/fetch/blob/a38ae968ef3f380e0e284c2c9980302b73fbf6cd/fetch.bs#L423-L430

```html
 <li>`<code>Content-Type</code>` and whose <a for=header>value</a>,
 <a lt="extract header values">once extracted</a>, has a MIME type (ignoring parameters)
 that is `<code>application/x-www-form-urlencoded</code>`,
 `<code>multipart/form-data</code>`, or `<code>text/plain</code>`
</ul>
<!-- XXX * needs better xref
         * ignoring parameters has been the standard for a long time now
         * interesting test: "Content-Type: text/plain;" -->
```

-- 
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/540#issuecomment-302654628

Received on Friday, 19 May 2017 09:26:47 UTC