Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/live/engine/releases/supabaseProvider.ts>SupabaseReleaseProvider

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Go to Latest
interface SupabaseReleaseProvider
import { type SupabaseReleaseProvider } from "https://deno.land/x/live@1.45.1/engine/releases/supabaseProvider.ts";

Methods

get(includeArchived: boolean): PromiseLike<{ data: CurrResolvables | null; error: any; }>
subscribe(onChange: (arg: CurrResolvables) => void, cb: (status: `${supabase.REALTIME_SUBSCRIBE_STATES}`, err?: Error) => void): void

When called, receives the onChange function that will be called when the release has changed, and the cb function that will be called when the subscription state change. The cb function can be used to determine if it should fallsback to background updates or not.