From ac266e218737cca80faec9d199d6e794dc9e5972 Mon Sep 17 00:00:00 2001 From: Milan Burda Date: Thu, 2 Feb 2023 02:35:21 +0100 Subject: [PATCH] docs: remove invalid appcache value from storages in clearStorageData() (#37095) --- 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 3a72944bb867..199202dd8a96 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -561,7 +561,7 @@ Clears the session’s HTTP cache. * `origin` string (optional) - Should follow `window.location.origin`’s representation `scheme://host:port`. * `storages` string[] (optional) - The types of storages to clear, can contain: - `appcache`, `cookies`, `filesystem`, `indexdb`, `localstorage`, + `cookies`, `filesystem`, `indexdb`, `localstorage`, `shadercache`, `websql`, `serviceworkers`, `cachestorage`. If not specified, clear all storage types. * `quotas` string[] (optional) - The types of quotas to clear, can contain: