Skip to content

Commit

Permalink
remove duplicate connection config type
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 6, 2023
1 parent f180010 commit 6868946
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/websocket/guest-js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ export interface ConnectionConfig {
headers?: HeadersInit;
}

export interface ConnectionConfig {
writeBufferSize?: number;
maxWriteBufferSize?: number;
maxMessageSize?: number;
maxFrameSize?: number;
acceptUnmaskedFrames?: boolean;
headers?: HeadersInit;
}

export interface MessageKind<T, D> {
type: T;
data: D;
Expand Down

0 comments on commit 6868946

Please sign in to comment.