mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
1.5 KiB
1.5 KiB
Home > iceshrimp-sdk > ChannelConnection
ChannelConnection class
Signature:
export declare abstract class Connection<Channel extends AnyOf<Channels> = any> extends EventEmitter<Channel["events"]>
Extends: EventEmitter<Channel["events"]>
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(stream, channel, name) | Constructs a new instance of the Connection class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
channel | string | ||
id | abstract |
string | |
inCount | number | ||
name? | string | (Optional) | |
outCount | number | ||
stream | protected |
Stream |
Methods
Method | Modifiers | Description |
---|---|---|
dispose() | abstract |
|
send(type, body) |