diff --git a/microsoft-edge/devtools-guide-chromium/storage/application-tool-images/application-tool.png b/microsoft-edge/devtools-guide-chromium/storage/application-tool-images/application-tool.png index 992ee187ff..59f352104c 100644 Binary files a/microsoft-edge/devtools-guide-chromium/storage/application-tool-images/application-tool.png and b/microsoft-edge/devtools-guide-chromium/storage/application-tool-images/application-tool.png differ diff --git a/microsoft-edge/devtools-guide-chromium/storage/application-tool.md b/microsoft-edge/devtools-guide-chromium/storage/application-tool.md index b633cd52d5..87485d5fc8 100644 --- a/microsoft-edge/devtools-guide-chromium/storage/application-tool.md +++ b/microsoft-edge/devtools-guide-chromium/storage/application-tool.md @@ -5,7 +5,7 @@ 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 @@ -13,34 +13,47 @@ Use the **Application** tool to manage storage for web app pages, including mani ![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)_. + + + +