KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
WriteStreamEventMap
Interface WriteStreamEventMap
Construct a type with the properties of T except for those in type K.
interface
WriteStreamEventMap
{
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
:
[
]
;
lookup
:
[
err
:
Error
|
null
,
address
:
string
,
family
:
number
|
null
,
host
:
string
,
]
;
pause
:
[
]
;
pipe
:
[
src
:
Readable
]
;
readable
:
[
]
;
ready
:
[
]
;
resize
:
[
]
;
resume
:
[
]
;
timeout
:
[
]
;
unpipe
:
[
src
:
Readable
]
;
}
Hierarchy (
View Summary
)
SocketEventMap
WriteStreamEventMap
Index
Properties
close
connect
connection
Attempt
connection
Attempt
Failed
connection
Attempt
Timeout
data
drain
end
error
finish
lookup
pause
pipe
readable
ready
resize
resume
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
:
[
]
lookup
lookup
:
[
err
:
Error
|
null
,
address
:
string
,
family
:
number
|
null
,
host
:
string
,
]
pause
pause
:
[
]
pipe
pipe
:
[
src
:
Readable
]
readable
readable
:
[
]
ready
ready
:
[
]
resize
resize
:
[
]
resume
resume
:
[
]
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
lookup
pause
pipe
readable
ready
resize
resume
timeout
unpipe
Github
KC's Workspace
Loading...
Construct a type with the properties of T except for those in type K.