Interface WindowLocalStorage

interface WindowLocalStorage {
    localStorage: Storage;
}

Hierarchy (View Summary)

Properties

Properties

localStorage: Storage