Skip to content

Commit 8ccf954

Browse files
committed
Update misskey-js.api.md
1 parent e456c6a commit 8ccf954

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/misskey-js/etc/misskey-js.api.md

+4
Original file line numberDiff line numberDiff line change
@@ -2606,6 +2606,10 @@ export class Stream extends EventEmitter<StreamEvents> {
26062606
//
26072607
// (undocumented)
26082608
disconnectToChannel(connection: NonSharedConnection): void;
2609+
// (undocumented)
2610+
heartbeat(): void;
2611+
// (undocumented)
2612+
ping(): void;
26092613
// Warning: (ae-forgotten-export) The symbol "SharedConnection" needs to be exported by the entry point index.d.ts
26102614
//
26112615
// (undocumented)

0 commit comments

Comments
 (0)