v0.5.8
版本发布时间: 2015-12-14 03:58:44
jvilk/BrowserFS最新发布版本:v1.4.3(2017-08-08 04:22:34)
- Adds a FolderAdapter backend that can wrap another file system, and scopes all interactions to a subfolder of that file system.
- Example: Reading the file
test.txt
in a FolderAdapter constructed like so:new FolderAdapter('/home', otherFS)
will actually read/home/test.txt
.
- Example: Reading the file
- Makes it possible to nest mounted file systems in the
MountableFileSystem
.- For example: You can mount a zip file to
/
, andlocalStorage
to/home
with no problems. If the zip file contains a directory called/home
, it will not be accessible from the file system.
- For example: You can mount a zip file to
- Fixes a serious buffer copy bug when using copy with buffer slices.
1、 browserfs.js 525.99KB
2、 browserfs.js.map 991.34KB
3、 browserfs.min.js 228.09KB
4、 browserfs.min.js.map 1.27MB