v0.6.1
版本发布时间: 2016-09-10 12:20:24
jvilk/BrowserFS最新发布版本:v1.4.3(2017-08-08 04:22:34)
This is a minor, but recommended, bugfix release. This is the last version of BrowserFS to officially support IE9. IE8 may also work in this release, but it is untested.
-
The
XmlHttpRequest
file system no longer throws an exception during certain synchronous downloads. Sometimes, a synchronous download would throw an exception because we would try to write a large value into a buffer as an 8-bit unsigned integer without disabling range checking. We now properly disable range checking, as we expect these values to be clamped to 8 bits. -
AsyncMirror
can now be used with synchronous file systems. Previously, we threw an exception whenever someone tried to mirror a synchronous file system. However, there are some cases where this is desired -- e.g., mirroring anXmlHttpRequest
file system to avoid synchronous XHR on the main thread.
1、 browserfs.js 733.28KB
2、 browserfs.js.map 1.24MB
3、 browserfs.min.js 263.7KB
4、 browserfs.min.js.map 1.15MB