Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 0 additions & 104 deletions microsoft-edge/devtools/storage/websql.md

This file was deleted.

4 changes: 0 additions & 4 deletions microsoft-edge/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,10 +659,6 @@
# href: ./devtools/storage/application.md # deprecated feature # keep comment for inventory while article remains in other repo's TOC
# displayName: Application tool

- name: View Web SQL data
href: ./devtools/storage/websql.md
displayName: Application tool

- name: View Cache data
href: ./devtools/storage/cache.md
displayName: Application tool
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/webview2/concepts/user-data-folder.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ WebView2 apps use user data folders (UDFs) to store browser data, such as cookie
| `LocalStorage` | Data stored by the localStorage DOM API. |
| `PasswordAutosave` | Password autosave data. |
| `Settings` | Settings data. |
| `WebSql` | Data stored by the Web SQL database DOM API. |
| `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_.) |

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

Expand Down
7 changes: 6 additions & 1 deletion redirects/.openpublishing.redirection.devtools.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,12 @@
},
{
"source_path": "../microsoft-edge/devtools-guide-chromium/storage/websql.md",
"redirect_url": "/microsoft-edge/devtools/storage/websql",
"redirect_url": "/microsoft-edge/devtools/storage/indexeddb",
"redirect_document_id": false
},
{
"source_path": "../microsoft-edge/devtools/storage/websql.md",
"redirect_url": "/microsoft-edge/devtools/storage/indexeddb",
"redirect_document_id": false
},
{
Expand Down
32 changes: 15 additions & 17 deletions scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@octokit/request": "^9.2.1",
"glob": "^7.1.7",
"node-fetch": "3.2.10",
"playwright": "^1.54.1"
"playwright": "^1.55.1"
}
}
Loading