KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TLSSocketEventMap
Interface TLSSocketEventMap
Construct a type with the properties of T except for those in type K.
interface
TLSSocketEventMap
{
close
:
[
hadError
:
boolean
]
;
connect
:
[
]
;
connectionAttempt
:
[
ip
:
string
,
port
:
number
,
family
:
number
]
;
connectionAttemptFailed
:
[
ip
:
string
,
port
:
number
,
family
:
number
,
error
:
Error
,
]
;
connectionAttemptTimeout
:
[
ip
:
string
,
port
:
number
,
family
:
number
]
;
data
:
[
data
:
string
|
NonSharedBuffer
]
;
drain
:
[
]
;
end
:
[
]
;
error
:
[
err
:
Error
]
;
finish
:
[
]
;
keylog
:
[
line
:
NonSharedBuffer
]
;
lookup
:
[
err
:
Error
|
null
,
address
:
string
,
family
:
number
|
null
,
host
:
string
,
]
;
OCSPResponse
:
[
response
:
NonSharedBuffer
]
;
pause
:
[
]
;
pipe
:
[
src
:
Readable
]
;
readable
:
[
]
;
ready
:
[
]
;
resume
:
[
]
;
secureConnect
:
[
]
;
session
:
[
session
:
NonSharedBuffer
]
;
timeout
:
[
]
;
unpipe
:
[
src
:
Readable
]
;
}
Hierarchy (
View Summary
)
SocketEventMap
TLSSocketEventMap
Index
Properties
close
connect
connection
Attempt
connection
Attempt
Failed
connection
Attempt
Timeout
data
drain
end
error
finish
keylog
lookup
OCSP
Response
pause
pipe
readable
ready
resume
secure
Connect
session
timeout
unpipe
Properties
close
close
:
[
hadError
:
boolean
]
connect
connect
:
[
]
connection
Attempt
connectionAttempt
:
[
ip
:
string
,
port
:
number
,
family
:
number
]
connection
Attempt
Failed
connectionAttemptFailed
:
[
ip
:
string
,
port
:
number
,
family
:
number
,
error
:
Error
,
]
connection
Attempt
Timeout
connectionAttemptTimeout
:
[
ip
:
string
,
port
:
number
,
family
:
number
]
data
data
:
[
data
:
string
|
NonSharedBuffer
]
drain
drain
:
[
]
end
end
:
[
]
error
error
:
[
err
:
Error
]
finish
finish
:
[
]
keylog
keylog
:
[
line
:
NonSharedBuffer
]
lookup
lookup
:
[
err
:
Error
|
null
,
address
:
string
,
family
:
number
|
null
,
host
:
string
,
]
OCSP
Response
OCSPResponse
:
[
response
:
NonSharedBuffer
]
pause
pause
:
[
]
pipe
pipe
:
[
src
:
Readable
]
readable
readable
:
[
]
ready
ready
:
[
]
resume
resume
:
[
]
secure
Connect
secureConnect
:
[
]
session
session
:
[
session
:
NonSharedBuffer
]
timeout
timeout
:
[
]
unpipe
unpipe
:
[
src
:
Readable
]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
close
connect
connection
Attempt
connection
Attempt
Failed
connection
Attempt
Timeout
data
drain
end
error
finish
keylog
lookup
OCSP
Response
pause
pipe
readable
ready
resume
secure
Connect
session
timeout
unpipe
Github
KC's Workspace
Loading...
Construct a type with the properties of T except for those in type K.