There was an error while loading. Please reload this page.
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 ......