Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.19 KB

File metadata and controls

32 lines (21 loc) · 1.19 KB
title Application tool integration
description Application tool integration in the Microsoft Edge Developer Tools extension for Visual Studio Code.
author MSEdgeTeam
ms.author msedgedevrel
ms.topic article
ms.service microsoft-edge
ms.date 10/06/2022

Application tool integration

In the Edge DevTools tab, the Application tool allows you to inspect the various parts of your application:

The Application tool inside the Edge DevTools for Visual Studio Code extension

Use the Application tool to:

  • Check different storage options, such as Cookies, LocalStorage, SessionStorage and IndexedDB.

  • Analyze the cache of your application.

  • Analyze services such as Notification, Payment handler, or background sync.

For more information, see Application tool, to manage storage.

See also