Skip to content

Storage.Clear

boxgaming edited this page Apr 29, 2022 · 4 revisions

Clears all values from the browser storage.

Syntax

Storage.Clear [storageType]

Parameters

  • The optional storageType parameter indicates the type of storage. Default is LOCAL if not specified.
    • LOCAL - Local browser storage. Values stored at this level will be persisted in the browser's local storage between sessions.
    • SESSION - Session browser storage. Values stored at this level will only be persisted for the duration of the page session.

See Also

Window.localStorage
Window.sessionStorage
Storage.Get Storage.Set Storage.Key Storage.Length Storage.Remove

Clone this wiki locally