References
Class Summary
Static Public Class Summary | ||
public |
Provides a Promise-based API to store files into an IndexedDB. |
|
public |
Wraps an IDBMutableFile's FileHandle with a nicer Promise-based API. Instances of this class are created from the IDBPromisedMutableFile.open method. |
|
public |
Wraps an IDBMutableFile with a nicer Promise-based API. |
Function Summary
Static Public Function Summary | ||
public |
async getFileStorage(param: Object): IDBFileStorage Retrieve an IDBFileStorage instance by name (and it creates the indexedDB if it doesn't exist yet). |
|
public |
waitForDOMRequest(req: IDBRequest | DOMRequest, onsuccess: function): Promise Wraps a DOMRequest into a promise, optionally transforming the result using the onsuccess callback. |
Typedef Summary
Static Public Typedef Summary | ||
public |
|
|
public |
|
External Summary
Static Public External Summary | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|