-
Notifications
You must be signed in to change notification settings - Fork 362
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
Add support for progress events #104
Comments
I can't see a clean way to integrate this into the API. The browser client can potentially add event streams to In general, this package's goal is to create a cross-platform HTTP API. If you need advanced features that only work on a certain platform, such as progress reporting, you may be better off using the native APIs. |
actually I think those events should belong to the request. I've done it in my own |
That doesn't match the structure of the package. The request flows into nested layers of clients; the base client (in this case
This link looks broken. |
Is it possible to add support for progress event for both upload and download phases ?
The text was updated successfully, but these errors were encountered: