There’s a “Clear a storage” action to clear a specific storage.
I would like an action that clears all existing storages.
(Or a switch for it in the existing one)
There are cases where many storages or those with unknown names can exist, that makes it difficult to delete all one by one.
Edit: I don’t know how it works with native exports, but for Web I had an idea for a temporary solution. localStorage.clear();