Class: shaka.polyfill.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.

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

Methods

install()

Install the polyfill if needed.
Source:

abort(reasonopt)

Parameters:
Name Type Attributes Description
reason * <optional>
Source: