Open pcowgill opened 4 years ago
fetch-readablestream doesn't work as a fetch streaming solution if you're using the fetch API via ky, because ky assumes response.clone() will be defined, and it's not when using fetch-readablestream.
fetch-readablestream
fetch
ky
response.clone()
fetch-readablestream
doesn't work as a fetch streaming solution if you're using thefetch
API viaky
, becauseky
assumesresponse.clone()
will be defined, and it's not when usingfetch-readablestream
.