cdjs icon indicating copy to clipboard operation
cdjs copied to clipboard

an async method-chaining wrapper library for the HTML5 File System API

Results 3 cdjs issues
Sort by recently updated
recently updated
newest added

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...

enhancement
question