* Returns a promise that will be resolved when `complete` or `error` is called. * @returns Promise that will be resolved when `complete` or `error` is called.
()
| 37 | * @returns Promise that will be resolved when `complete` or `error` is called. |
| 38 | */ |
| 39 | public asPromise() { |
| 40 | return this.settledPromise; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * Inserts a wrapper id that the host of this signal depends on. |
no outgoing calls
no test coverage detected