From 4c82ac3a81367178a52d7d662262771b0002b91e Mon Sep 17 00:00:00 2001 From: Victor <3372598+victornpb@users.noreply.github.com> Date: Fri, 31 May 2019 15:36:00 -0300 Subject: [PATCH] Fixed broken link, using web archive --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ca9832..3a5cf91 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ async-local-storage This is a p(r)ollyfill for a fully-async object-storage API that's simpler than [IndexedDB](https://developer.mozilla.org/en-US/docs/IndexedDB), but also async, -removing many of the [performance hazards of `localStorage`](https://blog.mozilla.org/tglek/2012/02/22/psa-dom-local-storage-considered-harmful/). +removing many of the [performance hazards of `localStorage`](https://web.archive.org/web/20160519152301/https://blog.mozilla.org/tglek/2012/02/22/psa-dom-local-storage-considered-harmful/). The API is roughly mirrors the [ES6 Map type](http://tc39wiki.calculist.org/es6/map-set/), but all methods return [`Future`](https://github.com/slightlyoff/DOMFuture/) instances to enable async @@ -95,4 +95,4 @@ has been tested in stable-channel Chrome and Firefox as of Spring '13. ## License -Apache v2 License. See the [LICENSE file](https://github.com/slightlyoff/async-local-storage/blob/master/LICENSE). \ No newline at end of file +Apache v2 License. See the [LICENSE file](https://github.com/slightlyoff/async-local-storage/blob/master/LICENSE).