Search code examples
reactjsindexeddbdexie

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

  • 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