Skip to content

Using the IndexedDB Storage Implementation

rbackhouse edited this page Oct 30, 2011 · 1 revision

Using the IndexedDB Storage Implementation

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(),
......
Clone this wiki locally