Newer
Older
minerva / Userland / Libraries / LibWeb / HTML / WindowLocalStorage.idl
@minerva minerva on 13 Jul 190 bytes Initial commit
#import <HTML/Storage.idl>

// https://html.spec.whatwg.org/multipage/webstorage.html#windowlocalstorage
interface mixin WindowLocalStorage {
    readonly attribute Storage localStorage;
};