Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
interface Isolate
import { type Isolate } from "https://deno.land/x/deco@1.75.1/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>