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