import { type ReadableStreamOptions } from "https://deno.land/x/deno_nest@v3.15.1/src/utils.ts";
Properties
optional
cancel: UnderlyingSourceCancelCallbackIf the client close the connection, the cancel
will be called.
import { type ReadableStreamOptions } from "https://deno.land/x/deno_nest@v3.15.1/src/utils.ts";
If the client close the connection, the cancel
will be called.