From 3dfb27713eaf4efdf35d5ce1efd173ed67381ba8 Mon Sep 17 00:00:00 2001 From: Tom McGeehon Date: Wed, 21 Oct 2015 16:38:26 -0500 Subject: [PATCH] docs(readme): add link to cache factory fallback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4e0022..45d3e3a 100644 --- a/README.md +++ b/README.md @@ -455,7 +455,7 @@ if (! locker.supported()) { } ``` -I would recommend using [Remy's Storage polyfill](https://gist.github.com/remy/350433) if you want to support older browsers. +I would recommend using [Remy's Storage polyfill](https://gist.github.com/remy/350433) if you want to support older browsers and need persistence (cookie storage) or [Tmcgee's Storage polyfill](https://gist.github.com/tmcgee123/c25325d70277b2ee3f3a) if you do not need persistence (cache storage). For the latest browser compatibility chart see [HERE](http://caniuse.com/namevalue-storage)