lquixada / cross-fetch

Universal WHATWG Fetch API for Node, Browsers and React Native.
MIT License
1.66k stars 102 forks source link

Response.json is not defined #178

Open undsoft opened 5 months ago

undsoft commented 5 months ago

When doing:

console.log(Response.json({ bob: true });

in the jsfiddle provided in readme, I get an error that Response.json is not a function.

tippitytapp commented 4 months ago

im getting the same, also gettring that issue when writing test cases in jest