mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-15 04:07:36 +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;
|
|
};
|