The content of the request. This may be used to modify the license
request body.
headers
Object
An object containing properties that you would like to send in the
header.
shakaRequestInfo
nullable Object
Shaka-specific request information directly based on:
https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.Request.
timeoutInterval
nullable number
The network request timeout, in milliseconds.
url
nullable string
The requested URL.
withCredentials
boolean
When set to true, this indicates that CORS Access-Control
requests should be made using credentials such as cookies or
authorization headers.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-03 UTC."],[],["The `NetworkRequestInfo` class provides details about an HTTP(s) request. Key properties include `content` (request body, modifiable as a Uint8Array), `headers` (custom header object), `timeoutInterval` (request timeout in milliseconds), and `url` (the requested URL). Additionally, `withCredentials` determines if credentials like cookies or authorization headers should be used in CORS requests, with a boolean value. This helps to manage network information of a cast framework request.\n"]]