cacheStorageAPI, rearange indexedDB side effects in Chrome

gwarser 2019-02-28 20:46:32 +01:00
parent 0ee8e2717d
commit f0274e633a

@ -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`