Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down