The AbortController interface represents a controller object that allows you to abort one or more Web requests as and when desired.

This class is necessary because AbortController support was added to Node 15 and the minimum version that we support is Node 14.

Hierarchy

  • AbortController
    • AbortController

Constructors

Constructors