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

white source is reporting CVE-2022-2596 issue for node-fetch 2.6.7. Please update note-fetch to 3.2.10 ,more details on issue Denial of Service in GitHub repository node-fetch/node-fetch prior to 3.2.10. Publish Date:...

This pull request adds reference to `dom.iterable` lib in `index.d.ts`, because some methods to iterate over `Headers` are declared in `lib.dom.iterable.d.ts` instead of `lib.dom.d.ts`. https://github.com/microsoft/TypeScript/blob/v4.4.3/lib/lib.dom.d.ts#L8910-L8918 https://github.com/microsoft/TypeScript/blob/v4.4.3/lib/lib.dom.iterable.d.ts#L115-L129 With this change we...

![image](https://user-images.githubusercontent.com/5390719/164375148-b6ebb423-2e51-4225-9674-f44f66849979.png) The current wrapper does not work when the fetch is readonly.

I'm not sure why the code was written the way it is, but it appears to be forcing the polyfill to be used even in environments where the Fetch API...

https://user-images.githubusercontent.com/26278442/180086075-419b8bc7-22d5-4399-adc1-a9c7040f435f.mov

This is specific case with nextJs middleware. The package is working fine everywhere but when we try to use it in NEXTJS middleware its throw error. The middleware is using...

E.g. if I wanted to compare with `instanceof` where would I find the "FetchError" that cross-fetch throws when it comes across a non-parsable JSON body and throws upon `await result.json()`....

We are currently seeing some rare instances of the error `Invalid character in header field name` in the wild. The change in whatwg-fetch at https://github.com/github/fetch/pull/880 will provide us with a...

Hi, Cloudflare worker provides a [fetch function](https://developers.cloudflare.com/workers/reference/apis/fetch/), however, when I'm webpacking your lib, it does seem to use XMLHttpRequest ReferenceError: XMLHttpRequest is not defined I did try to force webpack...