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
IE8 and IE9 are no longer supported. IE9 may still work, but is untested.
Switches from bfs-buffer to feross/Buffer(https://github.com/feross/Buffer). Now, BrowserFS buffers properly handle array syntax, are instances of Uint8Array, and should be faster than before.
Built with rollup, trimming 50KB off of the library. Rollup removes external library code that BrowserFS never referenced, and significantly reduces the amount of module-related boilerplate.
(Webpack is still used to pull in some needed Node dependencies that cannot be rolled up just yet.)