-
What problem are you trying to solve?Sometimes I need to cancel a request, but also access partial content downloaded by it. I cancel it from the progress event. Describe the featureI see request.isCanceled is useful, but is a rejected promise and properties don't seem to be accessible. Thanks. Checklist
|
Beta Was this translation helpful? Give feedback.
Answered by
szmarczak
Mar 12, 2021
Replies: 1 comment 1 reply
-
Use Stream API. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sindresorhus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use Stream API.