Home > hls.js > KeyRequests

KeyRequests type

Signature:

export type KeyRequests = {
    [uri: string]: LicenseAndKeysRequest | undefined;
};

References: LicenseAndKeysRequest