Home > hls.js > InFlightData

InFlightData type

Signature:

export type InFlightData = {
    frag: Fragment | null;
    state: (typeof State)[keyof typeof State];
};

References: Fragment, State