devtools
devtools copied to clipboard
fix: storage does not show internal `cache` storage of Nitro
đ The bug
When opening the devtools, no cache storage is shown even though it is there by default due to Nitro. It would be helpful to see the storage so one can manage cache entries from the devtools
Steps to reproduce:
- Open any Nuxt app
- Open the Devtools
- Select the Storage Tab
- See that
cacheis not there.
đ ī¸ To reproduce
https://stackblitz.com/github/nuxt/starter/tree/v3
đ Expected behavior
The nuxt devtools should show the cache storage.