sessionStorage property
Storage
get
sessionStorage
The sessionStorage
property of the StorageAccessHandle interface
returns an unpartitioned session Storage object if access was granted,
and throws a SecurityError
DOMException otherwise.
Implementation
external Storage get sessionStorage;