Provides simplified access to persistent storage for blobs within the Replayer app. This
allows to keep the media files, available over
web app restarts.
This currently uses localforage for storage and retrieval, but for
compatibility with the formerly used idb-keyval, the database name and the
store name are configured to match those of idb-keyval
Provides simplified access to persistent storage for blobs within the Replayer app. This allows to keep the media files, available over web app restarts.
Devdoc
Implements a module as described in https://www.typescriptlang.org/docs/handbook/modules.html
Devdoc
This currently uses localforage for storage and retrieval, but for compatibility with the formerly used idb-keyval, the database name and the store name are configured to match those of idb-keyval