diff --git a/microsoft-edge/devtools/storage/websql.md b/microsoft-edge/devtools/storage/websql.md deleted file mode 100644 index 25d2d8c261..0000000000 --- a/microsoft-edge/devtools/storage/websql.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -title: View Web SQL data -description: How to view Web SQL data from the Application panel of Microsoft Edge DevTools. -author: MSEdgeTeam -ms.author: msedgedevrel -ms.topic: conceptual -ms.service: microsoft-edge -ms.subservice: devtools -ms.date: 05/04/2021 ---- - -# View Web SQL data - -This article shows how to use DevTools to inspect Web SQL data. - -> [!WARNING] -> The Web SQL specification is [not being maintained](https://w3.org/TR/webdatabase/#status-of-this-document). - - - -## View Web SQL Data - -1. In DevTools, open the **Application** tool. The **Manifest** pane usually opens by default. - - ![The Manifest pane](./websql-images/storage-application-manifest.png) - -1. Expand the **Web SQL** section to view databases and tables. In the following figure, below **html5meetup** is a database and **rooms** is a table. - - ![The Web SQL pane](./websql-images/storage-application-storage-web-sql.png) - -1. Click a table to view the data for that table. - -![View the data of a Web SQL table](./websql-images/storage-application-storage-web-sql-html5meetup-rooms-1.png) - - - -## Edit Web SQL data - -You can't edit Web SQL data when viewing a Web SQL table, such as in the previous figure. But you can run statements from the Web SQL Console that edit or delete tables. See [Run Web SQL queries](#run-web-sql-queries). - - - -## Run Web SQL queries - -1. Click a database to open a console for that database. - -1. Type a Web SQL statement, then press **Enter** to run it. - -![Use the Web SQL Console to delete a row from a table](./websql-images/storage-application-storage-web-sql-html5meetup-commands.png) - - - -## Refresh a Web SQL table - -DevTools doesn't update tables in real-time. To update the data in a table: - -1. [View the data in a Web SQL table](#view-web-sql-data). - -1. Click **Refresh** (![Refresh](./websql-images/refresh-icon.png)). - - - -## Filter out columns in a Web SQL table - -1. [View the data in a Web SQL table](#view-web-sql-data). - -1. Use the **Visible columns** text box to specify what columns you want to show. Provide the column names as a CSV list. - - ![Use the Visible Columns text box to reduce the number of columns shown](./websql-images/storage-application-storage-web-sql-html5meetup-rooms-2.png) - - - -## Delete all Web SQL data - -1. Open the **Clear Storage** pane. - -1. Make sure that the **Web SQL** checkbox is turned on. - - ![The Web SQL checkbox](./websql-images/storage-application-clear-storage-web-sql.png) - -1. Click **Clear site data**. - - ![The Clear Site Data button](./websql-images/storage-application-clear-storage-clear-site-data-button.png) - - - -> [!NOTE] -> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). -> The original page is found [here](https://developer.chrome.com/docs/devtools/storage/websql/) and is authored by Kayce Basques. - -[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0) -This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0). diff --git a/microsoft-edge/toc.yml b/microsoft-edge/toc.yml index 59e667fb8c..8d9a098cd2 100644 --- a/microsoft-edge/toc.yml +++ b/microsoft-edge/toc.yml @@ -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 diff --git a/microsoft-edge/webview2/concepts/user-data-folder.md b/microsoft-edge/webview2/concepts/user-data-folder.md index 81ff3d3c95..6025263388 100644 --- a/microsoft-edge/webview2/concepts/user-data-folder.md +++ b/microsoft-edge/webview2/concepts/user-data-folder.md @@ -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). diff --git a/redirects/.openpublishing.redirection.devtools.json b/redirects/.openpublishing.redirection.devtools.json index 90a306fc6b..f4e288f9ad 100644 --- a/redirects/.openpublishing.redirection.devtools.json +++ b/redirects/.openpublishing.redirection.devtools.json @@ -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 }, { diff --git a/scripts/package-lock.json b/scripts/package-lock.json index fa27bcb478..9c76b72d21 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -14,7 +14,7 @@ "@octokit/request": "^9.2.1", "glob": "^7.1.7", "node-fetch": "3.2.10", - "playwright": "^1.54.1" + "playwright": "^1.55.1" } }, "node_modules/@11ty/dependency-tree": { @@ -2020,12 +2020,11 @@ } }, "node_modules/playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", - "license": "Apache-2.0", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "dependencies": { - "playwright-core": "1.54.1" + "playwright-core": "1.55.1" }, "bin": { "playwright": "cli.js" @@ -2038,10 +2037,9 @@ } }, "node_modules/playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==", - "license": "Apache-2.0", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==", "bin": { "playwright-core": "cli.js" }, @@ -4048,12 +4046,12 @@ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" }, "playwright": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.1.tgz", - "integrity": "sha512-peWpSwIBmSLi6aW2auvrUtf2DqY16YYcCMO8rTVx486jKmDTJg7UAhyrraP98GB8BoPURZP8+nxO7TSd4cPr5g==", + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.55.1.tgz", + "integrity": "sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==", "requires": { "fsevents": "2.3.2", - "playwright-core": "1.54.1" + "playwright-core": "1.55.1" }, "dependencies": { "fsevents": { @@ -4065,9 +4063,9 @@ } }, "playwright-core": { - "version": "1.54.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.1.tgz", - "integrity": "sha512-Nbjs2zjj0htNhzgiy5wu+3w09YetDx5pkrpI/kZotDlDUaYk0HVA5xrBVPdow4SAUIlhgKcJeJg4GRKW6xHusA==" + "version": "1.55.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.55.1.tgz", + "integrity": "sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==" }, "please-upgrade-node": { "version": "3.2.0", diff --git a/scripts/package.json b/scripts/package.json index 3d8d6575fc..071f110beb 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -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" } }