Top "Indexeddb" questions

indexedDB provides a way to store data in the browser using Javascript.

How to delete indexedDB?

I'm working in a project which involves using IndexedDB. As I'm begining to know this technology, I need to be …

google-chrome indexeddb
Storage limits on Chrome browser

What is the soft limit (at which the user needs to give permission to exceed)? What is the hard limit (…

indexeddb
HTML5 IndexedDB, Web SQL Database and browser wars

I'm starting the development of a web app with offline database storage requirements. Long story short, the app should be …

html indexeddb web-sql
How can I remove a whole IndexedDB database from JavaScript?

How can one remove a whole IndexedDB database from JavaScript, as opposed to just an object store? I'm using the …

javascript html phantomjs indexeddb
Maximum item size in IndexedDB

I'm working on a simple web utility that makes use of IndexedDB (similar to a key-value DB) feature of HTML5. …

javascript html indexeddb
Offline access - SQLite or Indexed DB?

I am in the R&D phase of developing an application, with the following key requirements: HTML5 web application …

html sqlite local-storage indexeddb
Storing Image Data for offline web application (client-side storage database)

I have an offline web application using appcaching. I need to provide it about 10MB - 20MB of data that …

javascript html web-applications indexeddb leaflet
Query using multiple conditions

I recently discovered (sadly) that WebSQL is no longer being supported for HTML5 and that IndexedDB will be replacing it …

javascript indexeddb
How do I update data in indexedDB?

I have tried to get some information from W3C regarding the update of an objectStore item in a indexedDB …

javascript html indexeddb
Best IndexedDB Wrappers

I am just exploring various options for IndexedDB Wrapper and i've come across quite a few options as follows: YDN …

indexeddb