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

Move off of the nonstandard Chrome-specific Filesystem API (web-fs) #3

Closed
deathcap opened this issue Feb 9, 2015 · 0 comments
Closed

Comments

@deathcap
Copy link
Owner

deathcap commented Feb 9, 2015

webnpm uses the web-fs module, which works well, but relies on the Web FileSystem API that is "unlikely to be implemented by other browsers and is no longer being standardized with the W3C":

http://www.html5rocks.com/en/tutorials/file/filesystem/

In April 2014, it was announced on public-webapps that the Filesystem API spec is not being considered by other browsers. For now, the API is Chrome-specific and it's unlikely to be implemented by other browsers and is no longer being standardized with the W3C.

what is the alternative? (local storage? network-based virtual filesystem?)

perhaps: https://github.com/mafintosh/browserify-fs

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

No branches or pull requests

1 participant