constructor(source, options) {
    this._source = source
    this._options = options || {}
    this._abort = false
  }