Merge pull request #160 from humphd/issue153

Fix issue #153, add browser compatibility matrix
This commit is contained in:
Alan K 2014-03-18 09:12:46 -07:00
commit 70aaf613ed
1 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,21 @@
Filer is a POSIX-like file system interface for browser-based JavaScript.
###Compatibility
Filer is known to work in the following browsers/versions, with the specified [Storage Providers](#providers):
* IE: 10+ (IndexedDB)
* Firefox: 26+ (IndexedDB)
* Chrome: 31+ (IndexedDB, WebSQL)
* Safari: 7.0+ (WebSQL)
* Opera: 19+ (IndexedDB, WebSQL)
* iOS: 3.2+ (WebSQL)
* Android Browser: 2.1-4.4 (WebSQL), 4.4+ (IndexedDB)
NOTE: if you're interested in maximum compatibility, use the `Fallback` provider instead of `Default`.
See the section on [Storage Providers](#providers).
### Contributing
Want to join the fun? We'd love to have you! See [CONTRIBUTING](https://github.com/js-platform/filer/blob/develop/CONTRIBUTING.md).