isomorphic-fetch
Fetch client
Enables cross-browser compliant use of the Fetch API in Node and browser environments.
Isomorphic WHATWG Fetch API, for Node & Browserify
7k stars
80 watching
288 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
node-fetch/node-fetch | A module that enables a standard HTTP client API on Node.js | 8,782 |
jakechampion/fetch | A polyfill for the Fetch API in web browsers | 25,757 |
isomorphic-git/isomorphic-git | A pure JavaScript implementation of the Git version control system | 7,505 |
lquixada/cross-fetch | A cross-platform HTTP client library providing a standardized interface for fetching data from any origin | 1,672 |
developit/unfetch | A polyfill/ponyfill that provides a minimal implementation of the Fetch API in JavaScript. | 5,710 |
fis-components/whatwg-fetch | A polyfill for the standard Fetch API in JavaScript | 39 |
elbywan/wretch | A small wrapper around fetch to simplify network requests and handle responses | 4,830 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,726 |
react-native-community/fetch | A polyfill implementation for the fetch API in React Native with text streaming support | 79 |
nock/nock | A library that enables testing and mocking of HTTP requests in Node.js applications | 12,738 |
melange-community/melange-fetch | Low-level bindings to the Fetch API for making HTTP requests | 202 |
whatwg/fetch | Defines an API for making HTTP requests in web browsers. | 2,116 |
ava/use-http | A React hook for making isomorphic HTTP requests with features like server-side rendering support and built-in caching. | 2,315 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,584 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,614 |