jakearchibald / idb

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

cleanup workarounds for Edge #302

Closed randName closed 7 months ago

randName commented 7 months ago

related to #274 and #255

tests are working in Edge (ran on StackBlitz)

if bundle size is an issue, would an opt-out version (e.g. idb/without-async-ittr) work?

jakearchibald commented 7 months ago

This seems reasonable to me! Thank you

jakearchibald commented 7 months ago

Published as 8.0.0 (also removed some other old code).