MyGit

v0.5.12

jvilk/BrowserFS

版本发布时间: 2016-02-24 15:08:42

jvilk/BrowserFS最新发布版本:v1.4.3(2017-08-08 04:22:34)

Changelog:

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!

相关地址:原始地址 下载(tar) 下载(zip)

1、 browserfs.js 539.93KB

2、 browserfs.js.map 1MB

3、 browserfs.min.js 231.33KB

4、 browserfs.min.js.map 954.99KB

查看:2016-02-24发行的版本