sindresorhus / ky

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
MIT License
11.83k stars 341 forks source link

response.clone(...).arrayBuffer is not a function #566

Open filpoyma opened 3 months ago

filpoyma commented 3 months ago

I'm using ky in react native. Works great until I enable the "network inspector" in React Native Debugger (https://github.com/jhen0409/react-native-debugger) After this I get an exception error in the catch method after the GET request. Error: response.clone(...).arrayBuffer is not a function.

Apple M1 Pro MacOS: Ventura 13.0 React Native Debugger: 0.14.0 react-native: 0.72.6

sholladay commented 1 week ago

Is this still happening?