method SseChannel.add
SseChannel.add(conn: ISseConnection): void

Adds a connection to this channel's membership.

Parameters

The connection to add

Return Type

void

Usage

import { type SseChannel } from "common/src/index.ts";