mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 17:28:30 +00:00
7 lines
190 B
Plaintext
7 lines
190 B
Plaintext
#import <HTML/Storage.idl>
|
|
|
|
// https://html.spec.whatwg.org/multipage/webstorage.html#windowlocalstorage
|
|
interface mixin WindowLocalStorage {
|
|
readonly attribute Storage localStorage;
|
|
};
|