2

When trying to insert more than 10000 records to IndexedDB in a Firefox OS app, I get an

UnknownError "A request was aborted, for example through a call to IDBTransaction.abort."

I am trying to insert records to 3 different tables.

Anybody can help me?

unor
  • 92,415
  • 26
  • 211
  • 360
anfas
  • 356
  • 2
  • 3
  • 13

1 Answers1

1

Maybe you are hitting the storage limit of indexed db?

https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API#Storage_limits

fain182
  • 1,068
  • 11
  • 25