Skip to content

Using the HTML5 FileSystem Storage Implementation

rbackhouse edited this page Apr 13, 2012 · 3 revisions

Using the HTML5 FileSystem Storage Implementation

Google Chrome supports the HTML5 FileSystem API.

You can try out the FileSystem Storage Implementation by doing the following :

<script src="lsjs.js"></script>
<script src="FileSystemStorage.js"></script>
<script type="text/javascript">
    lsjs(
    {
        timestampUrl: "./checktimestamps",
        storageImpl: new FileSystemStorage(10), // Create a 10MB storage area
......
Clone this wiki locally