Search code examples
sd-cardindexeddbfirefox-os

Storing IndexedDB databses on the SD card


I would like to store a few gigabytes of data as cache for offline usage in a Firefox OS application. My Alcatel One Touch Fire with Firefox OS 1.3 stores IndexedDB databases in the quite limited internal memory.

Is it possible to store IndexedDB databases on the SD card? How? (Maybe newer Firefox OS versions supports it?)


Solution

  • As far as I know, the IDB spec doesn't allow you to specify where the data is stored. The browser determines it.