Skip to content

Commit

Permalink
add error to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Septias authored May 13, 2024
1 parent b6f78d4 commit ac52c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/spec/joinRealtimeChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Per-app realtime channels are:
connected peers but not by peers connecting later.

Calling `joinRealtimeChannel` a second time without leaving the prior one
will not cause any action and returns a `null` value.
will throw an error.

## `realtimeChannel.setListener((data) => {})`

Expand Down

0 comments on commit ac52c6f

Please sign in to comment.