Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bryfox committed Jan 30, 2025
1 parent efedab2 commit 9cce3a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/ws-protocol/src/FoxgloveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export default class FoxgloveClient {
}

/**
* A list of subprotocols, in order of preference
* A list subprotocols supported by this client. Typically, this will agree with the subprotocols
* advertised by the provided `IWebSocket` implementation.
*/
protected supportedSubprotocols: string[] = [FoxgloveClient.SUPPORTED_SUBPROTOCOL];

Expand Down

0 comments on commit 9cce3a0

Please sign in to comment.