From d1eee44b1961b6f67d9840fbfffcc635285a3c0e Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:03:12 -0500 Subject: [PATCH] docs: clarify what session.clearData() with data type 'cache' deletes (#44930) * docs: clarify what session.clearData() with data type 'cache' deletes Co-authored-by: Niklas Wenzel * docs: include `shadercache`, too Co-authored-by: John Kleinschmidt Co-authored-by: Niklas Wenzel --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Niklas Wenzel --- docs/api/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/session.md b/docs/api/session.md index cb897adf5f8..e560d27fc2b 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -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 [`BrowsingDataRemover`][browsing-data-remover] for the full list.) * `backgroundFetch` - Background Fetch - * `cache` - Cache + * `cache` - Cache (includes `cachestorage` and `shadercache`) * `cookies` - Cookies * `downloads` - Downloads * `fileSystems` - File Systems