v1.0.0
版本发布时间: 2016-10-11 13:41:42
jvilk/BrowserFS最新发布版本:v1.4.3(2017-08-08 04:22:34)
- IE8 and IE9 are no longer supported. IE9 may still work, but is untested.
-
Switches from
bfs-buffer
tofeross/Buffer
(https://github.com/feross/Buffer). Now, BrowserFS buffers properly handle array syntax, are instances ofUint8Array
, 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.)
1、 browserfs.js 771.56KB
2、 browserfs.js.map 1.13MB
3、 browserfs.min.js 211.1KB
4、 browserfs.min.js.map 1.78MB