cdjs
cdjs copied to clipboard
an async method-chaining wrapper library for the HTML5 File System API
Getting the following error in chrome: window.webkitStorageInfo is deprecated. Use navigator.webkitTemporaryStorage or navigator.webkitPersistentStorage instead.
Cloned repo and opened filebrowser.html. Received warning to which I hit OK. Then nothing appeared. Using Chrome with --allow-file-access-from-files flag
I would appreciate input on the following issues: - all callbacks now receive "done" as the first argument. This was handy while writing the library, and is often more natural...