Similar to what's mentioned in this archived thread, it would be helpful to have a quick way to clear site data (cache, cookies, local storage, session storage, etc.) This would be especially in the development workflow when you need to clear all data repeatedly. Currently you have to:
Compare this to Chrome DevTools, where you can simply go to DevTools -> Application -> Storage -> Clear All Data. Once you have it open, it's a single click each time you need reset storage.