Search completed in 0.99 seconds.
1 results for "writeend":
FileSystemFileEntry - Web APIs
WebAPIFileSystemFileEntry
inside the success callback, event handlers are set up to handle the error error and writeend events.
... fileentry.createwriter(function(filewriter) { filewriter.onwriteend = function(e) { console.log('write completed.'); }; filewriter.onerror = function(e) { console.log('write failed: ' + e.tostring()); }; // create a new blob and write it to log.txt.