Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangpin34/fs-h5
file system API of HTML5
https://github.com/wangpin34/fs-h5
Last synced: 5 days ago
JSON representation
file system API of HTML5
- Host: GitHub
- URL: https://github.com/wangpin34/fs-h5
- Owner: wangpin34
- License: mit
- Created: 2016-05-11T16:33:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T10:05:37.000Z (over 8 years ago)
- Last Synced: 2024-10-01T22:37:38.313Z (about 2 months ago)
- Language: JavaScript
- Size: 2.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fs-h5
HTML5 file API wrapper as node style file system.[![Build Status](https://travis-ci.org/wangpin34/fs-h5.svg)](https://travis-ci.org/wangpin34/fs-h5)
[![Circle CI](https://circleci.com/gh/driftyco/fs-h5.svg?style=svg)](https://circleci.com/gh/driftyco/fs-h5)
[![NPM](https://nodei.co/npm/fs-h5.png?stars&downloads)](https://nodei.co/npm/fs-h5/)## headers-up
>In April 2014, it was [announced on public-webapps](http://lists.w3.org/Archives/Public/public-webapps/2014AprJun/0010.html) that the Filesystem API spec is not being considered by other browsers. For now, the API is Chrome-specific and it's unlikely to be implemented by other browsers and is no longer being standardized with the W3C.Actuall it's only supported by Chrome, and also several envs which are using Chrome core like nwjs, cordova etc. It is still useful.
## Install
```javascript
npm install fs-h5 --save
```## Inspired & Reference
* [Documents](https://github.com/wangpin34/fs-h5/wiki)
* [HTML5 filesytem](http://www.html5rocks.com/en/tutorials/file/filesystem/)## Release log
* 1.1.4 beta release
* 1.2.0 promisify and rename several methods
```
isInitialized -> isReady
existsDir + existsFile -> existsPath
```
Add a new method **requestQuota** for applying persistent storage.* 1.2.1 Update readme
* 1.2.2 Build es5 release
Previously the first step to use fs-h5 is compile it through babel. It is not very friendly because some one doesn't use es2015 currently. So I build a pure es5 code and publish it.# LICENSE
**MIT**