()
| 70572 | return { value: chunk, done: false }; |
| 70573 | }, |
| 70574 | return: async () => { |
| 70575 | this.abort(); |
| 70576 | return { value: void 0, done: true }; |
| 70577 | } |
| 70578 | }; |
| 70579 | } |
| 70580 | toReadableStream() { |
nothing calls this directly
no test coverage detected