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
- Host: GitHub
- URL: https://github.com/stefcameron/mxhr
- Owner: stefcameron
- Created: 2014-09-16T00:22:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T00:32:50.000Z (over 6 years ago)
- Last Synced: 2025-01-30T16:47:04.157Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!