jakearchibald / idb

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

IE11 compatibility #111

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello Jake!

I have a quick question - is it possible to use the package if I'm trying to support IE11 in my app?

Considering that there is no Proxy polyfill, should I consider other alternatives?

Thank you a lot and have a good one!

EDIT: Found that IE11 is no longer supported, that answers my question :)

jakearchibald commented 5 years ago

https://github.com/jakearchibald/idb/tree/v3.0.2 - 3.0.2 doesn't have quite as many features, but it supports IE11.