2 مستودعات
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.
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.
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.