You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
Not sure if there is anyway to do this currently and if so let me know.
I am looking for a way to setup a listener on the client to capture, on an interval, the progress of the file being downloaded.
Not sure if there is anyway to do this currently and if so let me know.
I am looking for a way to setup a listener on the client to capture, on an interval, the progress of the file being downloaded.
Example:
The only place that the 'transfer' event is currently emitted is in the Client.write method.
I made a Gist with some minor updates to
Client.prototype.download
to emit this.Any comments/thoughts?
https://gist.github.com/charlietilt/8d6c64b50ebf688b47e1
The text was updated successfully, but these errors were encountered: