Open In App

Application Tool in Microsoft Edge Browser

The application tool provides all kinds of information about a web app, which helps the developers get an idea related to the web app. Some of this information is manifest, service workers, storage, etc., which you can use to check for background processes and test for PWA. The application tool provides information under various categories, which are application, storage, background services, preloading, and frames.

Benefits of Application Tool:

The tool provides various information about the web app services and storage. The tool benefits are:



When to use the Application Tool:

How to open Application Tool in Microsoft Edge:

The tool is present in DevTools and you can open DevTools by pressing F12 or “Ctrl+Shift+I” or right-clicking on the webpage and then pressing inspect from the context menu that appears. In DevTools there are multiple ways to open the tool which are:

Opening Application tab using add button

Opening Application tab using more tools option

Various Categories in Application Tool:

The various features related to web apps are categorized under different categories in the sidebar. There are 5 categories which are Application, Storage, Background services, Preloading, and Frames.



Sidebar of the Application Tool

1. Application Category:

This category includes panes related to features of the web app.

Manifest pane

Service Workers pane

Storage pane

2. Storage Category:

This category includes the various types of storage used by the web app.

Local Storage pane

Session Storage pane

IndexedDB pane

Web SQL pane

Cookies pane

Private state tokens pane

Interest groups pane

Shared Storage pane

Cache Storage pane

3. Background Services Category:

The various services working in the background are displayed in this category.

Back/forward cache pane

Background fetch pane

Background sync pane

Bounce tracking pane

Notifications pane

Payment handler pane

Periodic background sync pane

Push messaging pane

Reporting API pane

4. Preloading Category:

The resources or pages which are loaded before it’s used in a web app are called preloading and this category provides information related to preloading.

Speculation Rules pane

Preloads pane

This Page pane

5. Frames Category:

The various frames and their resources are displayed under this category. The information that it displays is about the document, security, Isolation, API availability, Origin Trials, and Permission Policy. The expandable menu also provides panes related to various resources and assets used by the site such as images, fonts, scripts, etc.

Frames of YouTube

Showing usage of the Application tool:

Let’s visit the GEEKSFORGEEKS Website and use the application tool to view the site for various information.

Example of Application Tool

Conclusion

The tool is an umbrella for working with many web app-related features. The storage, manifest, and various services of the webpage can be viewed and to an extent edited to debug and test the site. This tab is very important for developers who want to build their website to be a PWA or to have some features related to PWA. 
 


Article Tags :