mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 01:10:08 +00:00
Merge pull request #10669 from TonyPythoneer/destroy-not-found
http.IncomingMessage: destroy not found
This commit is contained in:
1
node/node.d.ts
vendored
1
node/node.d.ts
vendored
@@ -670,6 +670,7 @@ declare module "http" {
|
||||
*/
|
||||
statusMessage?: string;
|
||||
socket: net.Socket;
|
||||
destroy(error?: Error): void;
|
||||
}
|
||||
/**
|
||||
* @deprecated Use IncomingMessage
|
||||
|
||||
Reference in New Issue
Block a user