'does the IndexedDB Wrapper Dexie.js support all kinds of Web browser?
I'm planning to use IndexedDB Wrapper Dexie.js for my react.js application. Does Dexie.js support all kinds of web browsers? If there is any limitation, kindly let me know
Thanks in advance.
Solution 1:[1]
Dexie.js supports all major modern browsers including but not limited to:
- Chrome - all versions younger than 7 years.
- Firefox - all versions younger than 7 years.
- Safari - all versions younger than 3 years.
- Opera - all versions younger than 7 years.
- Edge - all versions younger than 3 years.
- Internet Explorer 11 - partial support
- Edge legacy - partial support
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | David Fahlander |