awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالتصنيفاتالمدونة
github avatar

github/fetch

0
View on 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.

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.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

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.
25,881 نجوم·2,822 تفرعات·JavaScript·MIT·5 مشاهدات

سجل النجوم

مخطط تاريخ النجوم لـ github/fetchمخطط تاريخ النجوم لـ github/fetch

Frequently asked questions

What does github/fetch do?

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.

What are the main features of github/fetch?

The main features of github/fetch are: Promise-Based HTTP Clients, Network Request Clients, Asynchronous Request Execution, Promise-Based API Wrappers, API Polyfills, Fetch Polyfills, Request Cancellations, Request Abort Signals.

What are some open-source alternatives to github/fetch?

Open-source alternatives to github/fetch include: 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…

بدائل مفتوحة المصدر لـ Fetch

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Fetch.
  • mzabriskie/axiosالصورة الرمزية لـ mzabriskie

    mzabriskie/axios

    109,096عرض على 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
    عرض على GitHub↗109,096
  • bitinn/node-fetchالصورة الرمزية لـ bitinn

    bitinn/node-fetch

    8,861عرض على 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
    عرض على GitHub↗8,861
  • developit/unfetchالصورة الرمزية لـ developit

    developit/unfetch

    5,712عرض على 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
    عرض على GitHub↗5,712
  • axios/axiosالصورة الرمزية لـ axios

    axios/axios

    109,077عرض على 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
    عرض على GitHub↗109,077
عرض جميع البدائل الـ 30 لـ Fetch→