Skip to content

Commit

Permalink
Remove old WsMetadata type
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang authored Sep 10, 2023
1 parent 1009ac4 commit 3385236
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/protocol.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
type Sid = number; // u32
type Uid = number; // u32

/** Metadata sent to clients on connection. */
export type WsMetadata = {
encryptedZeros: Uint8Array;
};

/** Position and size of a window, see the Rust version. */
export type WsWinsize = {
x: number;
Expand Down

0 comments on commit 3385236

Please sign in to comment.