ladybird/Libraries/LibWeb/HTML/WindowSessionStorage.idl

5 lines
168 B
Text
Raw Normal View History

// https://html.spec.whatwg.org/multipage/webstorage.html#windowsessionstorage
interface mixin WindowSessionStorage {
readonly attribute Storage sessionStorage;
};