cross-fetch
cross-fetch copied to clipboard
Response.json is not defined
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.
im getting the same, also gettring that issue when writing test cases in jest