interface ShakaPlayerRequest {
    allowCrossSiteCredentials: boolean;
    body: ArrayBuffer;
    headers: any;
    licenseRequestType: string;
    method: string;
    retryParameters: any;
    sessionId: string;
    uris: string[];
}

Properties

allowCrossSiteCredentials: boolean
body: ArrayBuffer
headers: any
licenseRequestType: string
method: string
retryParameters: any
sessionId: string
uris: string[]