5 lines
168 B
Text
5 lines
168 B
Text
|
|
// https://html.spec.whatwg.org/multipage/webstorage.html#windowsessionstorage
|
||
|
|
interface mixin WindowSessionStorage {
|
||
|
|
readonly attribute Storage sessionStorage;
|
||
|
|
};
|