Re: [w3c/FileAPI] Streams is hot, FileReader.readAs____ is not (#40)

Just thought about something. If we have .arrayBuffer() and .text() why not just throw in .json() as well? ✌️ 
the fetch api has it so why shouldn't blob's?

Otherwise you end up doing the same thing as `(new Response(Blob)).json()` which is the same thing. As a bonus it rejects invalid json. just an idea


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/issues/40#issuecomment-245625431

Received on Thursday, 8 September 2016 14:57:32 UTC