Skip to content

Commit

Permalink
Initial, fixed FragmentRequest 'type' typing (#4191)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Silhavy <daniel.silhavy@fokus.fraunhofer.de>
  • Loading branch information
ShikiSeiren and dsilhavy committed May 26, 2023
1 parent 9a07e50 commit 26962b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -4066,7 +4066,7 @@ declare namespace dashjs {
serviceLocation: string;
startTime: number;
timescale: number;
type: 'InitializationSegment' | 'MediaSegment';
type: 'InitializationSegment' | 'MediaSegment' | null;
url: string;
wallStartTime: number | null;
}
Expand Down

0 comments on commit 26962b4

Please sign in to comment.