mirror of
https://github.com/electron/electron.git
synced 2026-02-11 07:34:57 -05:00
7 lines
149 B
HTML
7 lines
149 B
HTML
<script>
|
|
console.log(JSON.stringify({
|
|
numberOfEntries: window.localStorage.length,
|
|
testValue: window.localStorage.getItem('test')
|
|
}));
|
|
</script>
|