From c6b4bde7b5b989d4e584fa106ff1404aa18611de Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Mon, 2 Dec 2024 19:50:35 +0100 Subject: [PATCH] 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 --------- Co-authored-by: John Kleinschmidt --- 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 cb897adf5f..e560d27fc2 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