An open API service indexing awesome lists of open source software.

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等同步方法

Awesome Lists containing this project