awesome-repositories.com
المدونة
awesome-repositories.com

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesXMLHttpRequest Transports

Implementations that use the XMLHttpRequest object as the underlying network transport layer.

Distinct from Network Transport Protocols: None of the candidates address the specific use of XMLHttpRequest for network transport.

Explore 2 awesome GitHub repositories matching networking & communication · XMLHttpRequest Transports. Refine with filters or upvote what's useful.

Awesome XMLHttpRequest Transports GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • github/fetchالصورة الرمزية لـ github

    github/fetch

    25,881عرض على GitHub↗

    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 managemen

    Uses the XMLHttpRequest object to execute network operations in environments lacking native fetch support.

    JavaScript
    عرض على GitHub↗25,881
  • danielm/uploaderالصورة الرمزية لـ danielm

    danielm/uploader

    1,164عرض على GitHub↗

    Uploader is a client-side library designed to manage asynchronous file transfers within web applications. It provides a comprehensive suite of tools for handling the entire upload lifecycle, including file selection, validation, transmission, and monitoring. The library distinguishes itself through its integration of drag-and-drop interfaces and structured queue management. It allows developers to organize multiple files into queues for sequential or parallel processing while maintaining programmatic control to start, pause, cancel, or reset individual transfer sessions. Beyond core transfer

    Uses asynchronous background requests to transmit file binary data without blocking the main browser thread.

    JavaScriptajaxdnddrag
    عرض على GitHub↗1,164
  1. Home
  2. Networking & Communication
  3. XMLHttpRequest Transports