Open
Description
🐛 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
cache
is not there.
🛠️ To reproduce
https://stackblitz.com/github/nuxt/starter/tree/v3
🌈 Expected behavior
The nuxt devtools should show the cache storage.