CheerpX.IDBDevice
- createCreate a CheerpX IDBDevice instance to store data in the browser's IndexedDB with read and write access.
- readFileAsBlobReads a file from an IDBDevice and returns it as a Javascript Blob, or null if the file doesn't exist.
- resetReset the IDBDevice instance, clearing all its stored data in the associated IndexedDB.