Docs
Reference
Guides
Blog
Discord
/
node:http
/
ServerResponse
/
_destroy
M
_destroy
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:http
/
ServerResponse
/
_destroy
M
_destroy
method
http.ServerResponse._destroy
_destroy
(
error
:
null
|
Error
,
callback
:
(
error
?
:
null
|
Error
)
=>
void
)
:
void
;
Referenced types
interface
Error
cause
?
:
unknown
The cause of the error.
message
:
string
name
:
string
stack
?
:
string