blob: b1dfe3ce025954e6f0fe646604204fd9738a6a56 (
plain)
1
2
3
4
5
6
|
#import <HTML/Storage.idl>
// https://html.spec.whatwg.org/multipage/webstorage.html#windowsessionstorage
interface mixin WindowSessionStorage {
readonly attribute Storage sessionStorage;
};
|