Search code examples
htmlgoogle-chromeoperaweb-sqlindexeddb

which versions of chrome/opera/firefox support IndexedDb?


As I see in comments of this page , I could not understand that if chrome supports IndexedDB really.

I'm going to write an userscript for chrome/opera/firefox, and decided to not use localstorage, I just wanna try IndexedDB instead of localstorage, but before start to write script, I have to know that

Which versions of chrome/opera/firefox support IndexedDb?

Thanks.


Solution

  • Can I Use has the best summary available.

    Which versions of chrome/opera/firefox support IndexedDb?

    Summary of browsers with full support.

    Chrome: Version 11 onward

    Opera: Version 15 onward

    Firefox: Version 4 onward

    For good measure, IE: Version 10 onward