electron/spec/fixtures/pages/partition/one.html

7 lines
149 B
HTML
Raw Normal View History

2015-08-27 01:27:03 +00:00
<script>
2018-05-14 22:00:49 +00:00
console.log(JSON.stringify({
numberOfEntries: window.localStorage.length,
testValue: window.localStorage.getItem('test')
}));
2015-08-27 01:27:03 +00:00
</script>