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
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
The WebView2 team has been asked for an API to allow end developers to clear the browsing data that is stored in the User Data Folder. Developers want to be able to clear data between each of their customers, clear space, and to clear data on the fly.
3
3
4
4
Currently developers can delete the entire User Data Folder to clear this data. This has a few drawbacks: it removes the entire user data folder instead of specific parts which incurs performance costs later on, the WebView must be shutdown fully and then re-initialized, and deleting the entire User Data Folder is a complex process.
5
-
We are creating an API that will allow developers to clear the browsing data programtically in which the developer can specify the data kind to clear.
5
+
We are creating an API that will allow developers to clear the browsing data programatically in which the developer can specify the data kind to clear.
6
6
7
7
In this document we describe the updated API. We'd appreciate your feedback.
8
8
9
9
10
10
# Description
11
-
The clear browsing data API is an asynchronous API and the data clearing is exposed in two different APIs:
11
+
We expose browsing data clearing in two different asynchronous APIs:
0 commit comments