Re: [whatwg/streams] Add URL.createObjectURL(stream) support (#480)

> ETA: I am looking more into using service workers for this, and it seems like it could maybe be a good solution.

just a heads up; Service workers are sort lived and can interrupt the request if it takes too long 😞 .

@benwiley4000 have a look at this if you want to save large files with streams:
- https://github.com/jimmywarting/StreamSaver.js

- https://wicg.github.io/file-system-access

- https://github.com/jimmywarting/native-file-system-adapter



-- 
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/streams/issues/480#issuecomment-722954075

Received on Friday, 6 November 2020 08:42:54 UTC