Skip to main content

abort

method ClientRequest.prototype.abort
Jump to headingClientRequest.prototype.abort(): void
Deprecated

Marks the request as aborting. Calling this will cause remaining data in the response to be dropped and the socket to be destroyed.

Return Type Jump to heading

void
Back to top