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