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

I think its browser consistency.

FF and Edge always include the charset parameter in the blob type if the source has it.

Chrome and Safari seems to remove the charset parameter when coming from some sources, like network.  They include the charset parameter when coming from other sources, like a manually created blob.

It feels like we should converge to some common 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-302602373

Received on Friday, 19 May 2017 03:56:49 UTC