jonnyreeves / fetch-readablestream

Compatibility layer for efficient streaming of binary data using WHATWG Streams
MIT License
49 stars 10 forks source link

Add support for response.clone() #12

Open pcowgill opened 4 years ago

pcowgill commented 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.