You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dexie.js
Hi, I'm evaluating a couple of IndexedDB wrappers- one thing I need to be able to do is store large files. Is it possible to query the database for the amount of space available on the client?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dexie.js, pauljoh...@gmail.com
There's no quota limit API in indexedDB so this cant be accomplished on all devices. If you handle returned promises or subscribe to the generic promise failure event Dexie.on.error, a QuotaExceededError will be fired when an operation has failed due to execute.