From aeb4ac921a6425484e34b7d4c8939eae5e1551e5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 24 Aug 2015 15:25:54 +0100 Subject: [PATCH] Add Fake IndexedDB --- BigBoxOfJavascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 24b1450..30a71b1 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -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.