We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If your browser supports IndexedDB you can try using the IndexedDB Storage Implementation. Currently Chrome and Firefox support IndexedDB.
To use :
<script src="lsjs.js"></script> <script src="IndexedDBStorage.js"></script> <script type="text/javascript"> lsjs( { timestampUrl: "./checktimestamps", storageImpl: new IndexedDBStorage(), ......