Options
All
  • Public
  • Public/Protected
  • All
V1.7
  • V1.6
  • V1.7
Menu

Class Req

Wrapper for uv_req_t request base type. See http://docs.libuv.org/en/v1.x/request.html

Hierarchy

Index

Methods

Methods

cancel

  • cancel(): void
  • Cancel a pending request. Fails if the request is executing or has finished executing.

    Wrapper for uv_cancel request method.

    Returns void

Generated using TypeDoc