Jabbit Storage
Persistence used by the platforms where Jabbit owns the job queue itself, currently iOS and the browser.
Jobs are stored as a single JSON document. Implement this to move that document somewhere else — the keychain, a file, an app group shared with an extension, or a server-backed store.
Inheritors
IndexedDbJabbitStorage
LocalStorageJabbitStorage
UserDefaultsJabbitStorage
FileJabbitStorage