Skip to content
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

Added a progress property to the NetworkSessionDataTask #17

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

ashlirankin
Copy link
Contributor

Closes #16

What it Does

  • Exposes the progress property on the network session.

How I Tested

  • Made sure the tests passes

Notes

There is a use case where we need to see the progress of the request being sent. This will allow us to implement a progress bar.

@ashlirankin ashlirankin requested a review from Cordavi October 15, 2024 15:24
@ashlirankin ashlirankin merged commit c7013a3 into main Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose a way to get the Progress of a task
2 participants