blob support

About this tag
Blob support in Windows environments often relates to IndexedDB, a web storage API that can store binary data as blobs. The Microsoft Edge DevTools include an IndexedDB manager for inspecting and managing blob data within object stores. This tag covers topics such as inspecting IndexedDB databases, sorting data, and deleting entries, all from the Debugger panel. Discussions may involve the Windows 10 April 2018 Update and improvements to the DevTools for handling blob storage. Users exploring blob support can find guidance on using the Resource picker and managing object stores in 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