Gustavo Melgar
Results
1
comments of
Gustavo Melgar
> Here is my version that work for me. > > lib/index.js > > ` task.on('state_changed', function (snapshot) {` > ` return onProgress && onProgress(Math.round(100 * snapshot.bytesTransferred / snapshot.totalBytes), task);`...