Furthermore, I think `await stream.write(...)` rejects immediately if the client is disconnected, ho
Furthermore, I think
await stream.write(...) rejects immediately if the client is disconnected, however if subclassing a ReadableStream, then controller.enqueue(...) does not throw and neither is underlyingSource.cancel() called when the client disconnects?


