mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add listening for http.Server (#11246)
This commit is contained in:
committed by
Masahiro Wakame
parent
48f9040fcc
commit
4871fb2876
1
node/node.d.ts
vendored
1
node/node.d.ts
vendored
@@ -592,6 +592,7 @@ declare module "http" {
|
||||
setTimeout(msecs: number, callback: Function): void;
|
||||
maxHeadersCount: number;
|
||||
timeout: number;
|
||||
listening: boolean;
|
||||
}
|
||||
/**
|
||||
* @deprecated Use IncomingMessage
|
||||
|
||||
Reference in New Issue
Block a user