Constructor
new AbortController()
A polyfill for systems that do not implement AbortController. This is used both with the fetch API for HTTP requests and inside the HLS parser.
- Extends:
- AbortController
 
- Source:
Extends
- AbortController
Classes
- AbortSignal
- A polyfill for AbortSignal, part of the AbortController API.
Members
signal
- Source:
Methods
abort(reasonopt)
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
| reason | * | <optional> | 
- Source: