aurelia / http-client

A simple, restful, message-based wrapper around XMLHttpRequest.
MIT License
62 stars 59 forks source link

fix(XHR interface): change the return types of abort and send to void #86

Closed aluanhaddad closed 9 years ago

aluanhaddad commented 9 years ago

fix(XHR interface): change the return types of abort and send to void

The return types of the abort and send methods were declared undefined which is not a valid TypeScript type. Inferring from related types, e.g. JSONPXHR, change them to void.

aluanhaddad commented 9 years ago

Changed the wrong file.