constructor()

in issue-tracker/src/JSResource.js [14:19]


  constructor(loader) {
    this._error = null;
    this._loader = loader;
    this._promise = null;
    this._result = null;
  }