Skip to content
Snippets Groups Projects
Commit 8ccf9540 authored by syuilo's avatar syuilo
Browse files

Update misskey-js.api.md

parent e456c6a9
No related branches found
No related tags found
No related merge requests found
...@@ -2606,6 +2606,10 @@ export class Stream extends EventEmitter<StreamEvents> { ...@@ -2606,6 +2606,10 @@ export class Stream extends EventEmitter<StreamEvents> {
// //
// (undocumented) // (undocumented)
disconnectToChannel(connection: NonSharedConnection): void; disconnectToChannel(connection: NonSharedConnection): void;
// (undocumented)
heartbeat(): void;
// (undocumented)
ping(): void;
// Warning: (ae-forgotten-export) The symbol "SharedConnection" needs to be exported by the entry point index.d.ts // Warning: (ae-forgotten-export) The symbol "SharedConnection" needs to be exported by the entry point index.d.ts
// //
// (undocumented) // (undocumented)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment