Closed aluanhaddad closed 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.
undefined
JSONPXHR
void
Changed the wrong file.
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 tovoid
.