AbortController constructor

AbortController()

Implementation

AbortController() {
  this._isAborted = false;
}