Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.21 KB

File metadata and controls

32 lines (21 loc) · 1.21 KB
title description author ms.author ms.topic ms.service ms.date
Application tool integration
Application tool integration in the Microsoft Edge Developer Tools extension for Visual Studio Code.
MSEdgeTeam
msedgedevrel
conceptual
microsoft-edge
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