()
| 549 | } |
| 550 | |
| 551 | item(): Item { |
| 552 | return { |
| 553 | type: "sse", |
| 554 | head: this.#head, |
| 555 | tail: this.#finish ? [...this.#tail, finishLine(this.#finish, this.#usage)] : this.#tail, |
| 556 | wait: this.#wait, |
| 557 | hang: this.#hang, |
| 558 | error: this.#error, |
| 559 | reset: this.#reset, |
| 560 | } |
| 561 | } |
| 562 | } |
| 563 | |
| 564 | export function reply() { |
no test coverage detected