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

Isomorphic WHATWG Fetch API, for Node & Browserify

Results 56 isomorphic-fetch issues
Sort by recently updated
recently updated
newest added

Hi team - After updating to NodeJs 18, we've started to see an issue where making an HTTP request using isomorphic-fetch to a url that returns streamed response returns a...

See [here](https://security.snyk.io/vuln/SNYK-JS-NODEFETCH-2342118) and [here](https://github.com/node-fetch/node-fetch/pull/1453). Addresses #202.

I am using isomorphic-fetch (2.2.1) in a NodeJS application. The response from server comes with set-cookie headers, but my subsequent isomorphic-fetch calls do not include the cookies. I am using...

Trying to use this in a node.js worker and seeing error `realFetch.call is not a function` ``` (node:41803) UnhandledPromiseRejectionWarning: TypeError: realFetch.call is not a function at ../node_modules/isomorphic-fetch/fetch-npm-node.js.module.exports (/Users/kevzettler/code/hypeworks/build/webpack:/node_modules/isomorphic-fetch/fetch-npm-node.js:8:1) at AssetStore....

#194 Fixed an error when building with Webpack. Reproduction is available in the following repositories. https://github.com/merutin/isomorphic-fetch-repro Please let me know if there are any necessary steps.

I am trying to access the referer in a universal application and since referer is a Dom property I cannot access it in both SSR and CSR so I am...

Hi, First of all thank you for awesome library I am working on a nextjs project, which has both client and server(node). We use this library thoughout our project. We...

I am creating download url at frontend side and server send me data in response body and content-type, content-disposition in response header. i am able to read response.headers.get('content-type') but not...

Hey there! I belong to an open source security research community, and a member (@ranjit-git) has found an issue, but doesn’t know the best way to disclose it. If not...