constructor(data, options) {
    this._data = data
    this._options = options || {}
    this._abort = false
  }