View source
enum abstract IncomingMessageeEvent<T>(Event<T>)
package js.node.http
to Event<T>
import js.node.http.IncomingMessage
Enumeration of events emitted by the IncomingMessage
objects in addition to its parent class events.
Variables
inlineread onlyAborted:IncomingMessageeEvent<() ‑> Void> = "aborted"
Emitted when the request has been aborted.
inlineread onlyClose:IncomingMessageeEvent<() ‑> Void> = "close"
Indicates that the underlying connection was closed.