- Notifications
You must be signed in to change notification settings - Fork964
Stream reading a Response object may not be available while a progress callback is specified#1281
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for the PR! Very interesting. 👀 Do you have a link to some documentation which states that the response body may be undefined in that (or some other) polyfill? |
Hi@xenova, Thanks for the reply! Another polyfillhttps://github.com/developit/unfetch saysit only supports a subset of the Response class, |
Thanks for the info 👍 And just for interest's sake, what environment are you running in that requires a fetch polyfill? |
The
body
property may not be available on a Response object to do streaming, e.g., when using afetch polyfill.