void close()

in lib/src/browser_client.dart [85:89]


  void close() {
    for (var xhr in _xhrs) {
      xhr.abort();
    }
  }