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

x/snel/imports/wocket.ts>EventEmitter#removeClientFromChannel

A Cybernetical framework for svelte applications in deno
Latest
method EventEmitter.prototype.removeClientFromChannel
import { EventEmitter } from "https://deno.land/x/snel@v0.7.1/imports/wocket.ts";

Removes a client from a channel.

Parameters

channelName: string
  • The name of the channel.
clientId: number
  • Client's socket connection id.