Home > hls.js > InFlightData
InFlightData type
Signature:
export type InFlightData = {
frag: Fragment | null;
state: (typeof State)[keyof typeof State];
};
Home > hls.js > InFlightData
Signature:
export type InFlightData = {
frag: Fragment | null;
state: (typeof State)[keyof typeof State];
};