mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: clarify what session.clearData() with data type 'cache' deletes (#44852)
* docs: clarify what session.clearData() with data type 'cache' deletes * docs: include `shadercache`, too Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com> --------- Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
This commit is contained in:
@@ -1513,7 +1513,7 @@ session is persisted on disk. For in memory sessions this returns `null`.
|
|||||||
can potentially include data types not explicitly listed here. (See Chromium's
|
can potentially include data types not explicitly listed here. (See Chromium's
|
||||||
[`BrowsingDataRemover`][browsing-data-remover] for the full list.)
|
[`BrowsingDataRemover`][browsing-data-remover] for the full list.)
|
||||||
* `backgroundFetch` - Background Fetch
|
* `backgroundFetch` - Background Fetch
|
||||||
* `cache` - Cache
|
* `cache` - Cache (includes `cachestorage` and `shadercache`)
|
||||||
* `cookies` - Cookies
|
* `cookies` - Cookies
|
||||||
* `downloads` - Downloads
|
* `downloads` - Downloads
|
||||||
* `fileSystems` - File Systems
|
* `fileSystems` - File Systems
|
||||||
|
|||||||
Reference in New Issue
Block a user