summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/WindowLocalStorage.idl
blob: 8bed5e295ba70468bdcbfa5961b7fdf91b1b1666 (plain)
1
2
3
4
5
6
#import <HTML/Storage.idl>

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