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

x/live/engine/releases/realtime.ts>newRealtime

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
variable newRealtime
import { newRealtime } from "https://deno.land/x/live@1.61.0/engine/releases/realtime.ts";

Receives a provider backed by realtime subscription and creates a Releases instance.

type

(provider: RealtimeReleaseProvider, backgroundUpdate?: boolean) => Release