THEOplayer > TextTrackErrorEvent
Inherits from ErrorEvent. See parent page for inherited properties and methods.
An error event fired by a .
Signature:
export interface TextTrackErrorEvent extends ErrorEvent
Property |
Type |
Description |
---|---|---|
An error object containing additional information about the error. |
An error object containing additional information about the error.
Signature:
readonly errorObject: TextTrackError;