xhr-promise
xhr-promise copied to clipboard
Wrap the XMLHttpRequest object with Promise/A+ compliant promises.
I am using xhr-promise in a library that requests data via a two-step process that can occur multiple times asynchronously. Each data request involves a query to an API that...
It took me some time to figure out that if you want to use your own Promise polyfill, solution is hidden in commit 18d8254fd3cc9ef519f4122bb1889b97fda52ff1 Better to show it on homepage.
Congrats - I find this to be the best lightweight implementation of a Promise based Xhr. However I'd like to use it in a project, where I'm having `core-js` for...