Forum Discussion
kostas1485
May 31, 2022Copper Contributor
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 ...
- 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:
- Open the Command menu with
Ctrl+Shift+P
(replaceCtrl
withCmd
if you're on Mac). - Start typing the word "Clear" and choose the Clear source maps cache command, press
Enter
.
- Open the Command menu with
Patrick_Brosset
Microsoft
Aug 18, 2022kostas1485 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:
- Open the Command menu with
Ctrl+Shift+P
(replaceCtrl
withCmd
if you're on Mac). - Start typing the word "Clear" and choose the Clear source maps cache command, press
Enter
.