You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/ClearBrowsingData.md
+35-3Lines changed: 35 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,39 @@ In this document we describe the updated API. We'd appreciate your feedback.
5
5
6
6
7
7
# Description
8
-
The clear browsing data api is an asyncrhonous api that clears data based on the browsing data kind that is passed in as a parameter.
8
+
The clear browsing data api is an asynchronous api that clears data based on a browsing data kind.
9
+
The browsing data kinds that are supported are as follows. These data kinds follow a hierarchical structure in which nested bullet points are included in their parent bullet point's data kind.
10
+
11
+
Ex: Dom storage is encompassed in site data which is encompassed in the profile data. Each of the following bullets correspond to a COREWEBVIE2_BROWSING_DATA_KIND unless otherwise specified.
12
+
13
+
* Profile
14
+
* Site Data
15
+
* Dom Storage
16
+
* App cache
17
+
* File systems
18
+
* Indexddb
19
+
* Local storage
20
+
* Web SQL
21
+
* Cache storage
22
+
* Embedder dom storage (this api does not support this specific data kind but this is included in the dom storage data kind)
23
+
* Background fetch (this api does not support this specific data kind but this is included in the dom storage data kind)
0 commit comments