change localStorage to IndexdDB
This commit is contained in:
parent
c661b080fc
commit
a0dc596067
|
@ -130,7 +130,7 @@
|
|||
<h4 class="card-header">Start</h4>
|
||||
<div class="card-body">
|
||||
<p>
|
||||
A new tab page that displays lists of links using the browser's localStorage to store all data
|
||||
A new tab page that displays lists of links using the browser's indexedDB to store all data
|
||||
</p>
|
||||
<a class="card-link" href="https://start.neilbrommer.com/" target="_blank">Site</a>
|
||||
<a class="card-link" href="https://github.com/NeilBrommer/NewTabPage" target="_blank">Source code</a>
|
||||
|
|
Loading…
Reference in a new issue