http.IncomingMessage: destroy not found

Please refer to https://nodejs.org/api/http.html#http_message_destroy_error
This commit is contained in:
TonyYang
2016-08-17 17:07:40 +08:00
committed by GitHub
parent 3a056e3864
commit 5073eb65dc

1
node/node.d.ts vendored
View File

@@ -670,6 +670,7 @@ declare module "http" {
*/
statusMessage?: string;
socket: net.Socket;
destroy(error: Error): void;
}
/**
* @deprecated Use IncomingMessage