Interface RequestOfflinePersistentStorageOptions

interface RequestOfflinePersistentStorageOptions {
    storage?: OfflineStorageManagerLike;
}

Properties

Properties

Defaults to navigator.storage. Inject for tests and non-browser hosts.