v0.5.12
版本发布时间: 2016-02-24 15:08:42
jvilk/BrowserFS最新发布版本:v1.4.3(2017-08-08 04:22:34)
Changelog:
- ZipFS can now generate zip indexes responsively. See sample code below.
- OverlayFS and AsyncMirror throw exceptions if a program uses them before initializing them.
-
IE9 compatibility fix. Under particular circumstances, BrowserFS would trigger a
Uint8Array not defined
. exception
The ZipFS change lets you generate a zip file's index prior to creating the file system:
ZipFS.computeIndex(zipAsBuffer, function(index) {
var zfs = new ZipFS(index);
});
The older new ZipFS(zipAsBuffer)
signature continues to work, as well, but that will synchronously populate the zip index.
Credit goes to @hrj for this contribution!
1、 browserfs.js 539.93KB
2、 browserfs.js.map 1MB
3、 browserfs.min.js 231.33KB
4、 browserfs.min.js.map 954.99KB