Skip to content

Commit

Permalink
Merge branch 'playlist-loader-typescript' of github.com:itsjamie/hls.…
Browse files Browse the repository at this point in the history
…js into playlist-loader-typescript
  • Loading branch information
itsjamie committed Feb 25, 2019
2 parents 452b261 + 50e462e commit a3f95fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface LoaderContext {
// target URL
url: string
// loader response type (arraybuffer or default response type for playlist)
responseType: XMLHttpRequestResponseType
responseType: string
// start byte range offset
rangeStart?: number
// end byte range offset
Expand Down Expand Up @@ -85,7 +85,7 @@ export interface LoaderCallbacks<T extends LoaderContext>{
}

export interface Loader<T extends LoaderContext> {
destory(): void
destroy(): void
abort(): void
load(
context: LoaderContext,
Expand Down

0 comments on commit a3f95fc

Please sign in to comment.