Skip to content

Commit

Permalink
Update misskey-js.api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Jun 6, 2023
1 parent e456c6a commit 8ccf954
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/misskey-js/etc/misskey-js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,10 @@ export class Stream extends EventEmitter<StreamEvents> {
//
// (undocumented)
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
//
// (undocumented)
Expand Down

0 comments on commit 8ccf954

Please sign in to comment.