electron/spec/fixtures/pages/partition/one.html
2018-05-14 17:00:49 -05:00

6 lines
149 B
HTML

<script>
console.log(JSON.stringify({
numberOfEntries: window.localStorage.length,
testValue: window.localStorage.getItem('test')
}));
</script>