mirror of https://github.com/gorhill/uBlock.git
cacheStorageAPI update
parent
6adf0169dc
commit
a0fd6ebaad
|
@ -215,6 +215,12 @@ Related Firefox issues:
|
||||||
|
|
||||||
#### `cacheStorageAPI`
|
#### `cacheStorageAPI`
|
||||||
|
|
||||||
|
After storage redesign in [1.56-1.57](https://github.com/uBlockOrigin/uBlock-issues/issues/2969), [for development purposes only](https://github.com/uBlockOrigin/uBlock-issues/issues/3177#issuecomment-2016519313).
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Changelog</summary>
|
||||||
|
|
||||||
|
|
||||||
Default: `unset`.
|
Default: `unset`.
|
||||||
|
|
||||||
After [1.18.6](https://github.com/gorhill/uBlock/commit/0d369cda21bbce23a7376e0f7b2847a3c7a6d3d8) works in Firefox.
|
After [1.18.6](https://github.com/gorhill/uBlock/commit/0d369cda21bbce23a7376e0f7b2847a3c7a6d3d8) works in Firefox.
|
||||||
|
@ -231,6 +237,9 @@ Bad side effects - filter lists will be out of date in Chrome incognito mode - [
|
||||||
|
|
||||||
If `unset`, uBO will use whatever backend storage is optimal for the current platform.
|
If `unset`, uBO will use whatever backend storage is optimal for the current platform.
|
||||||
|
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
#### `cacheStorageCompression`
|
#### `cacheStorageCompression`
|
||||||
|
|
Loading…
Reference in New Issue