jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.2k stars 348 forks source link

Remove Edge-specific code #274

Closed jakearchibald closed 7 months ago

jakearchibald commented 2 years ago

There are a couple of points in the code that are workarounds for Edge. They should be removed, and maybe that will make https://github.com/jakearchibald/idb/issues/255 an easier pill to swallow? Or maybe the async iteration could be make to be tree-shakable somehow.

jakearchibald commented 7 months ago

Fixed in https://github.com/jakearchibald/idb/pull/302