Skip to main content
Module

x/oak_nest/mod.ts>ReadableStreamResult

Refer to nestjs to realize some common functions for Deno, support hono and oak
Latest
interface ReadableStreamResult
import { type ReadableStreamResult } from "https://deno.land/x/oak_nest@v3.0.1/mod.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