Forum Discussion

kostas1485's avatar
kostas1485
Copper Contributor
May 31, 2022
Solved

Edge Dev Tools Bug: IndexedDB filled with Webpack bundles

Hi! While cleaning stuff on my pc, I came a across this file: C:\Users\<user>\AppData\Local\Microsoft\Edge\User Data\Default\IndexedDB\devtools_devtools_0.indexeddb.blob which consisted of almost ...
  • Patrick_Brosset's avatar
    Aug 18, 2022

    kostas1485 Edge DevTools caches loaded source maps for about 30 days. So, this folder should not keep growing forever.

     

    You can clear the source map cache this way:

     

    1. Open the Command menu with Ctrl+Shift+P (replace Ctrl with Cmd if you're on Mac).
    2. Start typing the word "Clear" and choose the Clear source maps cache command, press Enter.

Resources