(wantedId: string, input: AcceptInput)
| 294 | } |
| 295 | |
| 296 | async accept(wantedId: string, input: AcceptInput): Promise<AcceptOutcome> { |
| 297 | return unwrap(await accept({ ...input, ctx: this.#ctx(), wantedId }), this.#config.onError); |
| 298 | } |
| 299 | |
| 300 | async acceptUpstream(wantedId: string, input: AcceptUpstreamClientInput): Promise<AcceptOutcome> { |
| 301 | return unwrap( |