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

x/live/deps.ts>supabase.REALTIME_LISTEN_TYPES

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
enum supabase.REALTIME_LISTEN_TYPES
Re-export
import { supabase } from "https://deno.land/x/live@1.74.1/deps.ts";
const { REALTIME_LISTEN_TYPES } = supabase;

Members

BROADCAST = "broadcast"
POSTGRES_CHANGES = "postgres_changes"

listen to Postgres changes.

PRESENCE = "presence"