You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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":
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?)
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/
what is the alternative? (local storage? network-based virtual filesystem?)
perhaps: https://github.com/mafintosh/browserify-fs
The text was updated successfully, but these errors were encountered: