Hacker News new | ask | show | jobs
by borbulon 4615 days ago
According to the FAQ in FF it's using IndexedDB, what's it using in Chrome/Opera/IE? LocalStorage?

Also, what do you do about FF's seeming need to pluralize all store names, default out-of-order keys, and clear cache issue?

edit for clarity

2 comments

Your first question is answered here, under "Browser Support": http://pouchdb.com/learn.html
for question 1: Chrome, Opera and IE (10) all use IndexedDB as does most other browsers , a few other browsers (android and safari I believe) fallback to WebSQL.

as for question 2, I'm not aware of any FF issues in that regard aka I have no idea what your talking about, link?