Module

x/live/deps.ts>supabase.SupabaseClient#channel

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
method supabase.SupabaseClient.prototype.channel
import { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts";
const { SupabaseClient } = supabase;

Creates a Realtime channel with Broadcast, Presence, and Postgres Changes.

Parameters

name: string
  • The name of the Realtime channel.
  • The options to pass to the Realtime channel.