Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save file directly to HDD (not the sandboxed Filesystem) #45

Open
jimmywarting opened this issue Jul 4, 2016 · 2 comments
Open

Save file directly to HDD (not the sandboxed Filesystem) #45

jimmywarting opened this issue Jul 4, 2016 · 2 comments

Comments

@jimmywarting
Copy link

Just a tip: With StreamSaver.js it is possible to save really large file - without saving the file in the filesystem

@szimek
Copy link
Owner

szimek commented Jan 8, 2017

Is there any polyfill for browsers that don't support it natively? I haven't looked closely at it yet, but it sounds pretty awesome. However, I'd really like to avoid having completely different implementations for Chrome and other browsers.

@jimmywarting
Copy link
Author

You already have different implementation for chrome... requestFileSystem
You could replace that with StreamSaver

And no, there is no pollyfill for that. Browsers need to support native ReadableStream API for it to work. It also requires service worker to work
Maybe not in the feature whatwg/streams#480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants