Skip to main content

emit

method TLSSocket.prototype.emit
Jump to headingTLSSocket.prototype.emit(
event: string | symbol,
...args: any[],
): boolean

Parameters Jump to heading

Jump to headingevent: string | symbol
Jump to heading<span>...args</span>: any[]

Return Type Jump to heading

boolean
Jump to headingTLSSocket.prototype.emit(
event: "OCSPResponse",
response: Buffer,
): boolean

Parameters Jump to heading

Jump to headingevent: "OCSPResponse"
Jump to headingresponse: Buffer

Return Type Jump to heading

boolean
Jump to headingTLSSocket.prototype.emit(event: "secureConnect"): boolean

Parameters Jump to heading

Jump to headingevent: "secureConnect"

Return Type Jump to heading

boolean
Jump to headingTLSSocket.prototype.emit(
event: "session",
session: Buffer,
): boolean

Parameters Jump to heading

Jump to headingevent: "session"
Jump to headingsession: Buffer

Return Type Jump to heading

boolean
Jump to headingTLSSocket.prototype.emit(
event: "keylog",
line: Buffer,
): boolean

Parameters Jump to heading

Jump to headingevent: "keylog"
Jump to headingline: Buffer

Return Type Jump to heading

boolean
Back to top