@buddyfriend wrote:
Hi, How can i delete the data in the IndexedDB in google chrome? I'm doing a logout button for my application but it doesn't work, the data is still in the indexeddb in chrome
I'm using this for storing
private storage = new Storage();
logout(){
this.storage.clear();
this.token = "";
}
Posts: 1
Participants: 1