https://github.com/abeet/localstoragefilesystem
用localStorage实现文件系统,是node.js中fs的各接口在浏览器中的兼容实现 没使用indexDB的原因是,indexDB只能异步操作,无法实现readFileSync,writeFileSync等同步方法
https://github.com/abeet/localstoragefilesystem
Last synced: about 1 year ago
JSON representation
用localStorage实现文件系统,是node.js中fs的各接口在浏览器中的兼容实现 没使用indexDB的原因是,indexDB只能异步操作,无法实现readFileSync,writeFileSync等同步方法
- Host: GitHub
- URL: https://github.com/abeet/localstoragefilesystem
- Owner: abeet
- Created: 2018-08-23T07:29:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T07:33:13.000Z (almost 8 years ago)
- Last Synced: 2025-02-08T12:14:27.483Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0