From 18b0394b13af3673558a30193bb3c39d4d346186 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Fri, 20 Apr 2018 09:39:15 +0800 Subject: [PATCH] IndexedDBShim issue already fixed --- Readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Readme.md b/Readme.md index c59f5a3..867c34e 100644 --- a/Readme.md +++ b/Readme.md @@ -14,9 +14,6 @@ If you're going to reuse transactions with `Promise` syntax, you can't be sure t You need to rely on the default callback syntax or use [idb-batch](https://github.com/treojs/idb-batch). This issue is well explained in ["Tasks, microtasks, queues and schedules" article](https://jakearchibald.com/2015/tasks-microtasks-queues-and-schedules/). -Internally `idb-request` fixes [IndexedDBShim#204 issue](https://github.com/axemclion/IndexedDBShim/issues/204) -and allows safely iterate over index cursors. - ## Installation npm install --save idb-request