Skip to content

Commit e8ea49b

Browse files
1ilsangRafaelGSS
authored andcommitted
typings: fix typo on quic onSessionDatagram
PR-URL: #54064 Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Deokjin Kim <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 744df0b commit e8ea49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/internalBinding/quic.d.ts

Lines changed: 1 addition & 1 deletion
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)