1
0
Fork 1
mirror of https://example.com synced 2024-11-23 03:06:39 +09:00
firefish/packages/firefish-js/markdown/firefish-js.channelconnection._constructor_.md
2023-07-20 04:17:05 +09:00

661 B

Home > firefish-js > ChannelConnection > (constructor)

ChannelConnection.(constructor)

Constructs a new instance of the Connection class

Signature:

constructor(stream: Stream, channel: string, name?: string);

Parameters

Parameter Type Description
stream Stream
channel string
name string (Optional)