cross-fetch icon indicating copy to clipboard operation
cross-fetch copied to clipboard

Response.json is not defined

Open undsoft opened this issue 1 year ago • 1 comments

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.

undsoft avatar Jan 26 '24 19:01 undsoft

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

tippitytapp avatar Feb 17 '24 23:02 tippitytapp