How to clear ionic local storage in chrome browser?

how to clear ionic local storage in chrome browser?

I can’t find them in chrome browser developer tools under “Application” tabs,

Can someone please show me how to clear it?

Thanks

@zhangping168


click on indexdb then you willbe able to see some records delete that…

see below pic for more detailes

I hope this helps

2 Likes

hey @zhangping168
there is simple inbuilt method to clear local storage.

localStorage.clear();

in browser you have to manually delete it !!