ladybird/Libraries/LibWeb/HTML/WindowLocalStorage.idl

7 lines
190 B
Text
Raw Normal View History

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