-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add lifecycle hooks #4
Comments
See https://aria2.github.io/manual/en/html/aria2c.html#notifications This library is just a simple low-level client implementation. |
I want to build a high-level abstract of aria2 based on this. Maybe you can help :) I think there should be a class download(<magnet/torrent file/...>,
options: { ..., callbacks: { progress(percent) {}, ... } }): Promise<{ status: 'ok' | 'aborted' | 'failed' | ..., ... }> By the way, I have tried implementing this here |
impl #8 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
like this:
The text was updated successfully, but these errors were encountered: