IndexedDB-backed XmppStorage implementation for the browser build.
One database with two object stores: "records" (keyed by [namespace, key]) and
"blobs" (keyed by [namespace, key]). Designed to also run under Node tests via
the fake-indexeddb polyfill.
IndexedDB-backed XmppStorage implementation for the browser build. One database with two object stores: "records" (keyed by [namespace, key]) and "blobs" (keyed by [namespace, key]). Designed to also run under Node tests via the fake-indexeddb polyfill.