Closes the Request and cleans up any resources associated with it.
@override void close() { _isClosed = true; for (var xhr in _xhrs) { xhr.abort(); } _xhrs.clear(); }