web storage

About this tag
The web storage tag on WindowsForum.com covers topics related to client-side data storage in web browsers, with a focus on IndexedDB. A recent thread discusses inspecting IndexedDB databases using the Microsoft Edge DevTools, specifically the new IndexedDB manager introduced in the Windows 10 April 2018 Update. The content explains how to view, sort, and delete data from object stores within the Debugger's Resource picker. This tag is relevant for web developers and IT professionals working with browser-based storage solutions, particularly in the context of Microsoft Edge and Windows 10.
  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