A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/storage/websql below:

View Web SQL data - Microsoft Edge Developer documentation

This article shows how to use DevTools to inspect Web SQL data.

View Web SQL Data
  1. In DevTools, open the Application tool. The Manifest pane usually opens by default.

  2. Expand the Web SQL section to view databases and tables. In the following figure, below html5meetup is a database and rooms is a table.

  3. Click a table to view the data for that table.

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
  1. Click a database to open a console for that database.

  2. Type a Web SQL statement, then press Enter to run it.

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.

  2. Click Refresh ().

Filter out columns in a Web SQL table
  1. View the data in a Web SQL table.

  2. Use the Visible columns text box to specify what columns you want to show. Provide the column names as a CSV list.

Delete all Web SQL data
  1. Open the Clear Storage pane.

  2. Make sure that the Web SQL checkbox is turned on.

  3. Click Clear site data.

This work is licensed under a Creative Commons Attribution 4.0 International License.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4