UNPKG
async-http
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Asynchronous HTTP request API
github.com/rbuckton/asyncjs
rbuckton/asyncjs
async-http
/
bin
/
xhr.d.ts
3 lines
(2 loc)
•
78 B
TypeScript
View Raw
1
2
3
declare
const
XHR
:
typeof
XMLHttpRequest
;
export
{
XHR
as
XMLHttpRequest
};