connect()

in src/core/taskController.js [17:19]


  connect() {
    return this._initConnectionHelper().then(this._onConnectSuccess.bind(this), this._onConnectFailure.bind(this));
  }