Skip to content

Commit

Permalink
Update api-extractor md
Browse files Browse the repository at this point in the history
  • Loading branch information
robwalch committed Feb 25, 2023
1 parent fa704b5 commit e629562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-extractor/report/hls.js.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ export class BasePlaylistController implements NetworkComponentAPI {
// (undocumented)
protected requestScheduled: number;
// (undocumented)
protected shouldLoadPlaylist(playlist: Level | MediaPlaylist): boolean;
protected shouldLoadPlaylist(playlist: Level | MediaPlaylist | null | undefined): boolean;
// (undocumented)
protected shouldReloadPlaylist(playlist: Level | MediaPlaylist | null | undefined): boolean;
// (undocumented)
startLoad(): void;
// (undocumented)
Expand Down

0 comments on commit e629562

Please sign in to comment.