Skip to content

Instantly share code, notes, and snippets.

View domleonard's full-sized avatar

Dom Leonard domleonard

  • None
  • Australia
View GitHub Profile
@domleonard
domleonard / localstorage.html
Created September 11, 2021 03:39
Local Storage Test using file protocol
<html><head><meta charset="utf-8">
<title>Local Storage Test</title>
<style type="text/css">textarea { width: 80em; height: 20em;}</style>
<script>"use strict";console.log(localStorage);</script>
</head>
<body>
<h1>Local Storage Test</h1>