method Resolver.prototype.cancel
Jump to headingResolver.prototype.cancel(): void
Cancel all outstanding DNS queries made by this resolver. The corresponding
callbacks will be called with an error with code ECANCELLED
.
Return Type Jump to heading
void