Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus Mode for "Application tool" article #2879

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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 45 additions & 32 deletions microsoft-edge/devtools-guide-chromium/storage/application-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,55 @@ author: MSEdgeTeam
ms.author: msedgedevrel
ms.topic: conceptual
ms.prod: microsoft-edge
ms.date: 04/15/2022
ms.date: 10/17/2023
---
# Application tool, to manage storage

Use the **Application** tool to manage storage for web app pages, including manifest, service workers, local storage, cookies, cache storage, and background services.

![The Application tool](./application-tool-images/application-tool.png)

The Application tool has the following pages:

* Application
* Manifest
* Service Workers
* Storage

* Storage
* Local Storage
* IndexedDB
* Web SQL
* Cookies
* Trust Tokens
* Interest Groups

* Cache
* Cache Storage
* Back/forward cache

* Background Services
* Background Fetch
* Background Sync
* Notifications
* Payment Handler
* Periodic Background Sync
* Push Messaging
* Reporting API

* Frames

Note: to accurately interpret the **Storage Usage** chart in the **Application** tool, see the [Quota usage](../progressive-web-apps/index.md#quota-usage) section of the Debug Progressive Web Apps article.
The **Application** tool has the following pages, listed on the left:

* Application
* Manifest
* Service workers
* Storage

* Storage
* Local storage
* Session storage
* IndexedDB
* Web SQL
* Cookies
* Private state tokens
* Interest groups
* Shared storage
* Cache storage

* Background services
* Back/forward cache
* Background fetch
* Background sync
* Bounce tracking mitigations
* Notifications
* Payment handler
* Periodic background sync
* Push messaging
* Reporting API

* Preloading
* Speculation rules
* Preloads
* This page

* Frames
* top

To interpret the **Storage** > **Usage** section in the **Application** tool, see [Quota usage](../progressive-web-apps/index.md#quota-usage) in _Debug Progressive Web Apps (PWAs)_.


<!-- ====================================================================== -->
<!--
## See also
-->