Sign in
chromium
/
chromium
/
chromium
/
51ed77e3f37a9a9b80d6d0a8259e84a8ca635259
/
.
/
content
/
test
/
data
/
access-session-storage.html
blob: 38b9fe8bc2b4d5ba9efa40b41ef3ff524b4ebcfc [
file
] [
log
] [
blame
]
<html>
<head><title>
Access Session Storage
</title></head>
<body>
<script>
var
x
=
window
.
sessionStorage
.
length
;
</script>
</body>
</html>