cacheStorageAPI will not fall back when set by user b585518c00

gwarser 2019-02-28 20:40:27 +01:00
parent b5104b76d1
commit 0ee8e2717d

@ -89,7 +89,7 @@ Default: `unset`.
uBO 1.18.2 and above, Chromium only.
If set to `indexedDB`, uBO will use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) as a backend to the cache storage, potentially increasing performance and reducing memory usage. See [#328](https://github.com/uBlockOrigin/uBlock-issues/issues/328) for details. If IndexedDB is not available for whatever reasons, uBO will fall back using `browser.local.storage` -- which is expected to always work.
If set to `indexedDB`, uBO will use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) as a backend to the cache storage, potentially increasing performance and reducing memory usage. See [#328](https://github.com/uBlockOrigin/uBlock-issues/issues/328) for details.
If set to `browser.storage.local` (1.18.5b4+), uBO will use WebExtensions storage as a backend to cache storage.