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

> What do people think these different cases should do?

To add a little context, users of Fetch API are currently able to grab the full `Content-Type` header from a Responses `headers` object. In the blob body, the addition of media type properties may cause libs wrapping fetch to have to [perform string parsing](https://github.com/jhabdas/fetch-inject/pull/14) otherwise. Special thanks to @bjoe2k4 for [identifying](bjoe2k4) the inconsistent behavior.

-- 
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-300378198

Received on Wednesday, 10 May 2017 05:31:30 UTC