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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
149 B
HTML
Raw Normal View History

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