Skip to content

UI.LocalStorage.deleteAll() ​

Deletes all items from the browser’s local storage for the current page.

Local storage is scoped to the origin of the current page (protocol, domain, and port).

Usage ​

js
UI.LocalStorage.deleteAll()