Open paltman opened 7 years ago
I want to rewrite this library with the following goals in mind:
$.ajax
XMLHttpRequest
fetch
Some sources show a fairly high level of IE 11 usage. So we might need a polyfill of some sort for fetch.
I want to rewrite this library with the following goals in mind:
$.ajax
wrapper aroundXMLHttpRequest
for nativefetch
API which is supported everywhere except IE 11 and Opera mini