Advertise here

jQuery Plugins Tagged ‘xhr’

XDomain – Pure JavaScript CORS Alternative

August 07, 2017     709    
XDomain – Pure JavaScript CORS Alternative

XDomain is a pure JavaScript CORS alternative. No server configuration required - just add a proxy.html on the domain you wish to communicate with. This library utilizes XHook to hook all XHR, so XDomain will work seamlessly with any library.

Read More »

Reqwest – Browser Asynchronous HTTP Requests

May 30, 2016     1514     Ajax
Reqwest – Browser Asynchronous HTTP Requests

Reqwest is a wrapper for asynchronous http requests. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.

Read More »