mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
cacheStorageAPI, rearange indexedDB side effects in Chrome
parent
0ee8e2717d
commit
f0274e633a
1 changed files with 1 additions and 2 deletions
|
|
@ -90,13 +90,12 @@ 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.
|
||||
Bad side effects - filter lists will be out of date in Chrome incognito mode - [#399](https://github.com/uBlockOrigin/uBlock-issues/issues/399).
|
||||
|
||||
If set to `browser.storage.local` (1.18.5b4+), uBO will use WebExtensions storage as a backend to cache storage.
|
||||
|
||||
If `unset`, uBO will use whatever backend storage which is optimal for the current platform.
|
||||
|
||||
Bad side effects - filter lists will be out of date in incognito mode - [#399](https://github.com/uBlockOrigin/uBlock-issues/issues/399).
|
||||
|
||||
***
|
||||
|
||||
#### `cacheStorageCompression`
|
||||
|
|
|
|||
Loading…
Reference in a new issue