1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2026-06-24 13:09:56 -04:00

session store test

This commit is contained in:
Stian Lund
2023-07-14 17:25:09 +02:00
parent 4c6a3c46c5
commit 889d0d5b80
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
<h1>test</h1><p>
<a class="NORM" href="..">..</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Oct&nbsp;&nbsp;7&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./cache/">cache</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;14&nbsp;17:06]&nbsp;&nbsp;<a class="DIR" href="./favicon-cors/">favicon-cors</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;14&nbsp;17:07]&nbsp;&nbsp;<a class="DIR" href="./favicon-cors/">favicon-cors</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;5&nbsp;17:58]&nbsp;&nbsp;<a class="DIR" href="./favicon-svg/">favicon-svg</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Feb&nbsp;17&nbsp;&nbsp;0:37]&nbsp;&nbsp;<a class="DIR" href="./float/">float</a><br>
[&nbsp;&nbsp;&nbsp;0&nbsp;Jul&nbsp;&nbsp;9&nbsp;&nbsp;2022]&nbsp;&nbsp;<a class="DIR" href="./focus/">focus</a><br>

View File

@@ -8,6 +8,7 @@
<h2>Test of HTML5 localStorage and sessionStorage persistence</h2>
<p>Enter data in either box and click the button to store it. If you navigate to this page in a new window or tab, or quit and relaunch your browser, localStorage will remain and sessionStorage will disappear.</p>
<p>Reload the page to verify the values are stored.</p>
<p>Then click the button to open a popup window.</p>
<p>