- From: Jimmy Karl Roland Wärting <notifications@github.com>
- Date: Sat, 11 Jun 2016 16:29:59 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc:
Received on Saturday, 11 June 2016 23:30:29 UTC
Large Blob/Files becomes an issue if you don't slice it into chunks... Streams brings other cool feature too like piping, back pressure transform Currently I'm using Response (part of Fetch) to transform a blob to a stream that i can "read into" step by step var stream = (new Response(Blob)).body var reader = stream.getReader() This works okey. but it feels hacky. Could we get new method to get a stream from File & Blob's please? --- 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
Received on Saturday, 11 June 2016 23:30:29 UTC