1
0
Fork 0

Add Fake IndexedDB

This commit is contained in:
Starbeamrainbowlabs 2015-08-24 15:25:54 +01:00
parent 41f4104cfd
commit aeb4ac921a
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
- [es6-features.org](http://es6-features.org/#SpreadOperator) - An overview of the new features added in EcmaScript 6
## Polyfills
- [Fake IndexedDB](https://github.com/dumbmatter/fakeIndexedDB) - A pure JS in-memory implementation of the IndexedDB API
## Net
- [jsRequest](https://github.com/danilo-valente/jsRequest) - Fast and easy asynchronous JavaScript files loading.