Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno_nest/src/utils.ts>ReadableStreamResult

Refer to nestjs to realize some common functions for Deno, support hono and oak
Go to Latest
interface ReadableStreamResult
import { type ReadableStreamResult } from "https://deno.land/x/deno_nest@v3.6.0/src/utils.ts";

Methods

write(message: string): void

write message to stream, but it may cause error if the connection closed before

end(message?: string): void

write last message and end signal to stream, but it may cause error if the connection closed before