Skip to content

Commit e629562

Browse files
committed
Update api-extractor md
1 parent fa704b5 commit e629562

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ export class BasePlaylistController implements NetworkComponentAPI {
234234
// (undocumented)
235235
protected requestScheduled: number;
236236
// (undocumented)
237-
protected shouldLoadPlaylist(playlist: Level | MediaPlaylist): boolean;
237+
protected shouldLoadPlaylist(playlist: Level | MediaPlaylist | null | undefined): boolean;
238+
// (undocumented)
239+
protected shouldReloadPlaylist(playlist: Level | MediaPlaylist | null | undefined): boolean;
238240
// (undocumented)
239241
startLoad(): void;
240242
// (undocumented)

0 commit comments

Comments
 (0)