An open API service indexing awesome lists of open source software.

https://github.com/stefcameron/mxhr

Minimal, cross-browser JavaScript XHR library
https://github.com/stefcameron/mxhr

Last synced: about 2 months ago
JSON representation

Minimal, cross-browser JavaScript XHR library

Awesome Lists containing this project

README

        

mxhr
====

Minimal, cross-browser JavaScript XHR library.

I set out to build this a couple of years ago, and I did, but for an internal project which I couldn't open source. Recently, I came across the [axios](https://github.com/mzabriskie/axios) project which looks pretty much like what I had in mind here. Incidently, it looks like that project started in August 2014, which is about the same time I had started thinking about this. I'm glad Axios appears to be a thriving project!