Home > hls.js > LoaderOnError
LoaderOnError type
Signature:
export type LoaderOnError<T extends LoaderContext> = (error: {
code: number;
text: string;
}, context: T, networkDetails: any) => void;
References: LoaderContext
Home > hls.js > LoaderOnError
Signature:
export type LoaderOnError<T extends LoaderContext> = (error: {
code: number;
text: string;
}, context: T, networkDetails: any) => void;
References: LoaderContext