Skip to content

Commit cb0528f

Browse files
author
배홍준[Media Player Tech]
committed
fix(subtitle): update api-extractor report for new FragDecryptedData.part
CI build was failing because api-extractor run --local rewrites the report locally but the CI invocation (without --local) requires the committed report to already match the new public API surface (FragDecryptedData.part and SubtitleStreamController._handleFragmentLoadProgress).
1 parent 524cf67 commit cb0528f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

api-extractor/report/hls.js.api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,6 +1840,8 @@ export interface FragDecryptedData {
18401840
// (undocumented)
18411841
frag: Fragment;
18421842
// (undocumented)
1843+
part: Part | null;
1844+
// (undocumented)
18431845
payload: ArrayBuffer;
18441846
// (undocumented)
18451847
stats: {
@@ -5015,6 +5017,8 @@ export class SubtitleStreamController extends BaseStreamController implements Ne
50155017
// (undocumented)
50165018
_handleFragmentLoadComplete(fragLoadedData: FragLoadedData): void;
50175019
// (undocumented)
5020+
protected _handleFragmentLoadProgress(data: FragLoadedData): void;
5021+
// (undocumented)
50185022
protected loadFragment(frag: MediaFragment, level: Level, targetBufferTime: number): void;
50195023
// (undocumented)
50205024
get mediaBufferTimeRanges(): Bufferable;

0 commit comments

Comments
 (0)