awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
github avatar

github/fetch

0
View on GitHub↗
25,881 estrellas·2,822 forks·JavaScript·MIT·5 vistas

Fetch

This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that lack native browser support for web requests, providing a promise-based network wrapper for executing asynchronous HTTP calls and managing responses.

The library ensures a consistent interface across different JavaScript runtimes by mapping raw network data into standardized request and response objects. It utilizes the XMLHttpRequest object to perform network operations in environments where a native fetch implementation is unavailable.

The tool covers HTTP request management, including the ability to cancel pending network operations and manage security credentials for cross-origin and same-origin access.

Features

  • Promise-Based HTTP Clients - Provides a lightweight, promise-based HTTP client for making asynchronous network requests.
  • Network Request Clients - Acts as a client for making asynchronous web requests in environments without native browser support.
  • Asynchronous Request Execution - Performs non-blocking network requests using awaitable promise patterns to retrieve remote data.
  • Promise-Based API Wrappers - Wraps low-level network operations in standardized promise-based interfaces for asynchronous flow control.
  • API Polyfills - Provides a browser-like Fetch API interface across diverse JavaScript runtime environments.
  • Fetch Polyfills - Implements the standard Fetch API in environments that lack native browser support for web requests.
  • Request Cancellations - Provides mechanisms to immediately terminate active network requests to free up system resources.
  • Request Abort Signals - Implements AbortController signal integration to terminate pending network requests and free system resources.
  • XMLHttpRequest Transports - Uses the XMLHttpRequest object to execute network operations in environments lacking native fetch support.
  • Cookie Credential Management - Handles the configuration of credential inclusion and cookie management for cross-origin and same-origin requests.
  • HTTP Message Mapping - Maps raw network data and headers into standardized Request and Response objects for API compatibility.
  • HTTP Request Managers - Controls the lifecycle of HTTP communication, including credential management and request cancellation.
  • HTTP Clients - Polyfill for the standard window.fetch API.
  • Platform Compatibility Tools - Polyfill for the Fetch API.
  • Ajax模块 - Listed in the “Ajax模块” section of the Awesome Frontend awesome list.

Historial de estrellas

Gráfico del historial de estrellas de github/fetchGráfico del historial de estrellas de github/fetch

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace github/fetch?

This project is a JavaScript fetch polyfill and HTTP client library. It implements the Fetch API in environments that lack native browser support for web requests, providing a promise-based network wrapper for executing asynchronous HTTP calls and managing responses.

¿Cuáles son las características principales de github/fetch?

Las características principales de github/fetch son: Promise-Based HTTP Clients, Network Request Clients, Asynchronous Request Execution, Promise-Based API Wrappers, API Polyfills, Fetch Polyfills, Request Cancellations, Request Abort Signals.

¿Qué alternativas de código abierto existen para github/fetch?

Las alternativas de código abierto para github/fetch incluyen: mzabriskie/axios — Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js… bitinn/node-fetch — node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It… developit/unfetch — unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing… axios/axios — Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different… sindresorhus/got — Got is a promise-based HTTP request library for Node.js that supports HTTP/2 and streaming. It provides a system for… node-fetch/node-fetch — node-fetch is a promise-based HTTP client library that provides a lightweight implementation of the Fetch API for the…

Alternativas open-source a Fetch

Proyectos open-source similares, clasificados según cuántas características comparten con Fetch.
  • mzabriskie/axiosAvatar de mzabriskie

    mzabriskie/axios

    109,096Ver en GitHub↗

    Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js environments. It functions as a multi-environment network adapter that abstracts the transport layer to ensure consistent behavior across different runtimes. The project distinguishes itself through a request lifecycle management system that allows for the cancellation of active requests, the setting of timeouts, and the monitoring of upload and download transfer progress. It includes a mechanism for intercepting network traffic, enabling the transformation of outgoing requests and inco

    JavaScript
    Ver en GitHub↗109,096
  • bitinn/node-fetchAvatar de bitinn

    bitinn/node-fetch

    8,861Ver en GitHub↗

    node-fetch is a lightweight HTTP client library that implements the browser-standard Fetch API for Node.js. It provides a promise-based interface for making asynchronous network requests to retrieve or send data from server-side environments. The project specializes in memory-efficient data handling by utilizing request and response streaming. This allows for the incremental processing of large network payloads through native system streams to prevent memory exhaustion. The library covers a broad range of networking capabilities, including the use of custom HTTP agents for DNS and SSL config

    JavaScript
    Ver en GitHub↗8,861
  • developit/unfetchAvatar de developit

    developit/unfetch

    5,712Ver en GitHub↗

    unfetch is an isomorphic HTTP client and network library that provides a promise-based interface for performing network requests consistently across both browser and server environments. It serves as a lightweight implementation of the Fetch API for environments that lack native support for making network requests. The library enables the retrieval of web resources as text, JSON, or binary blobs while maintaining a small memory footprint. It functions as a polyfill by installing the fetch interface into the global namespace when native browser support is unavailable. The tool covers broad ca

    JavaScript
    Ver en GitHub↗5,712
  • axios/axiosAvatar de axios

    axios/axios

    109,077Ver en GitHub↗

    Axios is an isomorphic, promise-based HTTP client designed for making asynchronous network requests across different JavaScript execution environments, including the browser and Node.js. It functions as a JSON API client that serializes JavaScript objects into JSON and parses server responses into structured data. The project features a system for managing reusable client instances with shared configurations, such as base URLs and default settings. It includes a mechanism for intercepting outgoing requests and incoming responses globally, allowing data to be transformed before it reaches the

    JavaScripthacktoberfesthttp-clientjavascript
    Ver en GitHub↗109,077
  • Ver las 30 alternativas a Fetch→