Skip to main content
Module

x/live/daemon/workers/isolate.ts>Isolate

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

Properties

fetch: (req: Request) => Promise<Response>
optional
isRunning: () => boolean
optional
waitUntilReady: (timeoutMs?: number) => Promise<void>
optional
start: () => void
optional
signal: (sig: Deno.Signal) => void

Methods

optional
logs(): AsyncIterableIterator<LogLine> | undefined
optional
[[Symbol.asyncDispose]](): PromiseLike<void>