685 B
685 B
Home > iceshrimp-js > Stream > (constructor)
Stream.(constructor)
Constructs a new instance of the Stream class
Signature:
constructor(
origin: string,
user: {
token: string;
} | null,
options?: {
WebSocket?: any;
},
);
Parameters
| Parameter | Type | Description |
|---|---|---|
| origin | string | |
| user | { token: string; } | null | |
| options | { WebSocket?: any; } | (Optional) |