Variable HTMLTrackElement
HTMLTrackElement: {
ERROR: 3;
LOADED: 2;
LOADING: 1;
NONE: 0;
prototype: HTMLTrackElement;
new (): HTMLTrackElement;
}
ERROR: 3;
LOADED: 2;
LOADING: 1;
NONE: 0;
prototype: HTMLTrackElement;
new (): HTMLTrackElement;
}
Type declaration
- new (): HTMLTrackElement
Returns HTMLTrackElement
Readonly
ERROR: 3Readonly
LOADED: 2Readonly
LOADING: 1Readonly
NONE: 0prototype: HTMLTrackElement