fix site clear for cookies/cache

This commit is contained in:
Fabian Freund
2026-05-05 07:35:49 +02:00
parent f1313628d1
commit 01c2cea856
9 changed files with 2539 additions and 3514 deletions
@@ -2087,13 +2087,14 @@ enum ClearDataType {
authSessions,
/// All site data (cookies, storage, etc.)
/// WARNING: If this is set it already includes cookies and allCaches. Passing the additionally will lead to issues
allSiteData,
/// Cookies only
cookies,
onlyCookies,
/// Cache only
allCaches,
onlyCaches,
}
@HostApi()