jakearchibald / idb

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

Edge crashes #158

Closed DavidSichau closed 4 years ago

DavidSichau commented 4 years ago

With version 5.0.0 or later Edge crashes and complains about the line:

https://github.com/jakearchibald/idb/blob/a71996b4b319e25ca411042d21be359b60acf851/build/esm/index.js#L77

jakearchibald commented 4 years ago

You might need to transpile if the browser doesn't support spread. The latest version of Edge definitely supports it.