Class: shaka.polyfill.AbortController.AbortSignal

A polyfill for AbortSignal, part of the AbortController API.

Constructor

new AbortSignal()

A polyfill for AbortSignal, part of the AbortController API.

Extends:
  • AbortSignal
Source:

Extends

  • AbortSignal

Members

aborted_ :boolean

Type:
  • boolean
Source:

onabort :?function(!Event)

Type:
  • ?function(!Event)
Source:

reason_ :*

Type:
  • *
Source:

Methods

addEventListener()

Source:

dispatchEvent()

Source:

doAbort_(reason)

Parameters:
Name Type Description
reason *
Source:

removeEventListener()

Source:

throwIfAborted()

Source: