We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1b4a8 commit d2cf2dfCopy full SHA for d2cf2df
typings/internalBinding/quic.d.ts
@@ -2,7 +2,7 @@ interface QuicCallbacks {
2
onEndpointClose: (context: number, status: number) => void;
3
onSessionNew: (session: Session) => void;
4
onSessionClose: (type: number, code: bigint, reason?: string) => void;
5
- onSessionDatagram: (datagram: Uint8Array, early: boolean) => void;);
+ onSessionDatagram: (datagram: Uint8Array, early: boolean) => void;
6
onSessionDatagramStatus: (id: bigint, status: string) => void;
7
onSessionHandshake: (sni: string,
8
alpn: string,
0 commit comments