Skip to content

Commit d2cf2df

Browse files
committed
typings: fix typo on quic onSessionDatagram
1 parent 2d1b4a8 commit d2cf2df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/internalBinding/quic.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ interface QuicCallbacks {
22
onEndpointClose: (context: number, status: number) => void;
33
onSessionNew: (session: Session) => void;
44
onSessionClose: (type: number, code: bigint, reason?: string) => void;
5-
onSessionDatagram: (datagram: Uint8Array, early: boolean) => void;);
5+
onSessionDatagram: (datagram: Uint8Array, early: boolean) => void;
66
onSessionDatagramStatus: (id: bigint, status: string) => void;
77
onSessionHandshake: (sni: string,
88
alpn: string,

0 commit comments

Comments
 (0)