Build
Docs
Reference
Guides
Blog
Discord
/
node:quic
/
OnHandshakeCallback
T
OnHandshakeCallback
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:quic
/
OnHandshakeCallback
T
OnHandshakeCallback
type
quic.OnHandshakeCallback
type
OnHandshakeCallback
=
(
this
:
QuicSession
,
sni
:
string
,
alpn
:
string
,
cipher
:
string
,
cipherVersion
:
string
,
validationErrorReason
:
string
,
validationErrorCode
:
number
,
earlyDataAccepted
:
boolean
)
=>
void