Skip to content

Commit c37223a

Browse files
authored
update row (#3642)
1 parent 96e9013 commit c37223a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microsoft-edge/webview2/concepts/user-data-folder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: webview
9-
ms.date: 08/31/2022
9+
ms.date: 11/14/2025
1010
---
1111
# Manage user data folders
1212
<!-- # old title: Manage the user data folder -->
@@ -60,7 +60,7 @@ WebView2 apps use user data folders (UDFs) to store browser data, such as cookie
6060
| `LocalStorage` | Data stored by the localStorage DOM API. |
6161
| `PasswordAutosave` | Password autosave data. |
6262
| `Settings` | Settings data. |
63-
| `WebSql` | Data stored by the Web SQL database DOM API. (Web SQL support was removed starting with Microsoft Edge 124; see [High-impact changes](../../web-platform/site-impacting-changes.md?tabs=earlier) in _Site compatibility-impacting changes coming to Microsoft Edge_.) |
63+
| `WebSql` | Data stored by the Web SQL database DOM API. (Web SQL support has been removed from Microsoft Edge; see [High-impact changes](../../web-platform/site-impacting-changes.md?tabs=earlier#high-impact-changes ) in _Site compatibility-impacting changes coming to Microsoft Edge_.) |
6464

6565
The above types of data are listed as enum members in the [CoreWebView2BrowsingDataKinds Enum](/dotnet/api/microsoft.web.webview2.core.corewebview2browsingdatakinds#fields).
6666

0 commit comments

Comments
 (0)