Skip to content

Commit d7009a7

Browse files
authored
Merge pull request #3614 from MicrosoftDocs/main
main to live - Oct. 20, 2025
2 parents 50005a3 + 80a3b95 commit d7009a7

File tree

6 files changed

+23
-128
lines changed

6 files changed

+23
-128
lines changed

microsoft-edge/devtools/storage/websql.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

microsoft-edge/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,6 @@
659659
# href: ./devtools/storage/application.md # deprecated feature # keep comment for inventory while article remains in other repo's TOC
660660
# displayName: Application tool
661661

662-
- name: View Web SQL data
663-
href: ./devtools/storage/websql.md
664-
displayName: Application tool
665-
666662
- name: View Cache data
667663
href: ./devtools/storage/cache.md
668664
displayName: Application tool

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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. |
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_.) |
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

redirects/.openpublishing.redirection.devtools.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,12 @@
794794
},
795795
{
796796
"source_path": "../microsoft-edge/devtools-guide-chromium/storage/websql.md",
797-
"redirect_url": "/microsoft-edge/devtools/storage/websql",
797+
"redirect_url": "/microsoft-edge/devtools/storage/indexeddb",
798+
"redirect_document_id": false
799+
},
800+
{
801+
"source_path": "../microsoft-edge/devtools/storage/websql.md",
802+
"redirect_url": "/microsoft-edge/devtools/storage/indexeddb",
798803
"redirect_document_id": false
799804
},
800805
{

scripts/package-lock.json

Lines changed: 15 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@octokit/request": "^9.2.1",
1010
"glob": "^7.1.7",
1111
"node-fetch": "3.2.10",
12-
"playwright": "^1.54.1"
12+
"playwright": "^1.55.1"
1313
}
1414
}

0 commit comments

Comments
 (0)