resource picker

About this tag
The resource picker in Microsoft Edge DevTools allows developers to inspect IndexedDB databases, object stores, and data directly from the Debugger. Introduced with the Windows 10 April 2018 Update, this feature enables sorting, viewing, and deleting stored data without external tools. The resource picker lists origins by domain, protocol, and port, making it easier to manage client-side storage during web development. This tag covers usage of the resource picker for IndexedDB inspection and related debugging workflows in Microsoft Edge.
  1. News

    Getting started with IndexedDB inspection in the Microsoft Edge DevTools

    The Windows 10 April 2018 Update introduced an all-new IndexedDB manager for the Microsoft Edge DevTools, allowing you to inspect your database, sort your data, and delete it—all from the Debugger. In this post, we’ll walk you through getting started with the new IndexedDB manager, and some...
Back
Top