Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/realtime — realtimeclient

@reactor/realtime


@reactor/realtime / RealtimeClient

Defined in: index.ts:44

Realtime client stub. Full implementation coming in a future version.

new RealtimeClient(_ctx): RealtimeClient

Defined in: index.ts:46

RequestContext

RealtimeClient

channel(_name): RealtimeChannel

Defined in: index.ts:52

Create a channel subscription.

string

RealtimeChannel

  • Not yet implemented

removeAllChannels(): void

Defined in: index.ts:70

Remove all channel subscriptions.

void

  • Not yet implemented

removeChannel(_channel): void

Defined in: index.ts:62

Remove a channel subscription.

RealtimeChannel

void

  • Not yet implemented