mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
cacheStorageAPI will not fall back when set by user b585518c00
parent
b5104b76d1
commit
0ee8e2717d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue