XMLHttpRequest for node.js
XMLHttpRequest Standard
XMLHttpRequest.js - Standard-compliant cross-browser XMLHttpRequest object implementation
Utility for mocking XMLHttpRequest.
A convenient alternative to XMLHttpRequest.
An implementation of the JavaScript XMLHTTPRequest object to extend JavaScriptCore.
A simple, restful, message-based wrapper around XMLHttpRequest.
ajax设计方案
XHR/XMLHttpRequest based WebRTC signaling implementation.
Ultra-lightweight wrapper around XMLHttpRequest. You should probably use fetch (whatwg-fetch) or RxJS, though.
翻译 - 围绕XMLHttpRequest的超轻量级包装器。不过,您可能应该使用fetch(whatwg-fetch)或RxJS。
Upload your multiple files with HTML5 Drag and Drop, XMLHttpRequest with graceful degradation
A jQuery Ajax transport that uses an iframe to asynchronously send files and data even if FormData, the File API and XMLHttpRequest aren't supported.
SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, ...
vue-cli3.0+canvas+原生XMLHttpRequest请求实现在canvas中手写签名(并可撤销,清屏等操作),提交到后台审核。
A lot of talking about AJAX is taking place here and there; AJAX is the acronym of "Asynchronous JavaScript and XML", a technology based on XMLHttpRequest, which is now supported by all main browsers....
FakeBackend是一个可以拦截http请求与响应的组件。它是在浏览器上工作的,不依赖于后台真实的API服务。此组件能够修改原始请求与响应结果,所以,在很多需要对http统一处理的业务场景非常有用(如:请求header统一加token等)。并且,此组件可以与其它任何ajax组件配合使用(如:fetch、axios、requrest...)。 由于组件拦截是基于底层XmlHttpRequest原...