[Exposed=Window, | |
NoInterfaceObject] | |
interface WindowSessionStorage { | |
readonly attribute Storage sessionStorage; | |
}; | |
Window implements WindowSessionStorage; |
partial interface Window { | |
readonly attribute Storage sessionStorage; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment