1
0
Fork 1
mirror of https://example.com synced 2024-11-23 08:36:38 +09:00
firefish/packages/firefish-js/markdown/firefish-js.stream.disconnecttochannel.md
2023-07-20 04:17:05 +09:00

22 lines
541 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [firefish-js](./firefish-js.md) &gt; [Stream](./firefish-js.stream.md) &gt; [disconnectToChannel](./firefish-js.stream.disconnecttochannel.md)
## Stream.disconnectToChannel() method
**Signature:**
```typescript
disconnectToChannel(connection: NonSharedConnection): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| connection | NonSharedConnection | |
**Returns:**
void