Indexed Db Jabbit Storage
class IndexedDbJabbitStorage(databaseName: String = DEFAULT_DATABASE, storeName: String = DEFAULT_STORE, key: String = DEFAULT_KEY) : JabbitStorage(source)
JabbitStorage backed by IndexedDB. This is the default on the web.
IndexedDB is the only persistence a service worker can reach, so this is the storage to keep if jobs should survive the page being closed.