Skip to content

Commit ab26ce1

Browse files
maciejtutakMaciej Tutak
andauthored
add missing TypeScript type signature for destroy method on MediaPlayerClass (added in #3432) (#3560)
Co-authored-by: Maciej Tutak <[email protected]>
1 parent 9e1abfc commit ab26ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ declare namespace dashjs {
358358
getCurrentTextTrackIndex(): number;
359359
preload(): void;
360360
reset(): void;
361+
destroy(): void;
361362
addABRCustomRule(type: string, rulename: string, rule: object): void;
362363
removeABRCustomRule(rulename: string): void;
363364
removeAllABRCustomRule(): void;

0 commit comments

Comments
 (0)