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

Universal WHATWG Fetch API for Node, Browsers and React Native.

Results 42 cross-fetch issues
Sort by recently updated
recently updated
newest added

https://github.com/jhen0409/react-native-debugger is a pretty popular tool to debug RN apps. If you [enable network inspect](https://stackoverflow.com/a/55450655) inside `react-native-debugger` and make a `fetch()` call via `cross-fetch` and the server responds with JSON,...

I used `polymer` to bundle the code, it will load the `node-ponyfill.js` I know this is maybe not the intention with the library, it can just be confusing for new...

esm

There is some vulnerabilities found in the node-fetch package https://github.com/node-fetch/node-fetch/commit/28802387292baee467e042e168d92597b5bbbe3d https://cwe.mitre.org/data/definitions/400

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`.

Currently there are several issues raised for _[node-fetch](https://github.com/node-fetch/node-fetch) v2.x_ ([#1793](https://github.com/node-fetch/node-fetch/pull/1793), [#1794](https://github.com/node-fetch/node-fetch/issues/1794), [#1797](https://github.com/node-fetch/node-fetch/issues/1797)) regarding the [deprecation of punycode](https://nodejs.org/api/punycode.html) in _[whatwg-url](https://github.com/jsdom/whatwg-url) up until v12.x_ ([#261](https://github.com/jsdom/whatwg-url/issues/261)). There are over 5000 dependents on this...

I'd like to ignore https errors for one specific endpoint using node.js. In node-fetch this can be done using the `agent` property, the problem is that it's not exposed in...

I had a code like this executed in the browser via vite: ``` import fetchPolyfill from "cross-fetch"; ``` and it was importing indeed the polyfilled version of the lib to...

#148 seems to have introduced a regression of sorts when using a library which has its own definitions of types used by `fetch`. The following code worked fine with earlier...

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 2.19.0 to 2.20.1. Release notes Sourced from wrangler's releases. [email protected] Patch Changes #3820 546c2319 Thanks @​GregBrimble! - fix: Prevent wrangler pages dev from serving asset files outside...

dependencies