Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/daemon/loggings/stream.ts>StdStreamable

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface StdStreamable
import { type StdStreamable } from "https://deno.land/x/live@1.103.0/daemon/loggings/stream.ts";

Properties

stdout: ReadableStream<Uint8Array>
stderr: ReadableStream<Uint8Array>
status: Promise<unknown>