Skip to content

Commit

Permalink
Update html file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurbinder Singh committed Sep 23, 2023
1 parent 2a0558a commit 452be30
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
<title>Determine size of local storage</title>
</head>
<body>
<p>
This script uses binary search to find the exact character length the local storage
can hold. It only takes a few seconds.
</p>
<p>
Note: Sometimes the local storage does not get cleared properly. In that case reload
the page a few times.
</p>
<button id="test-start">Start test</button>
<p id="result"></p>
<script src="index.js"></script>
</body>
</html>

0 comments on commit 452be30

Please sign in to comment.