Il contenuto della richiesta. Può essere utilizzato per modificare il corpo della richiesta di licenza.
headers
Oggetto
Un oggetto contenente le proprietà che vuoi inviare nell'
intestazione.
shakaRequestContext
nullable Object
Definisce i dati contestuali di una richiesta, direttamente basati su:
https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.RequestContext.
shakaRequestInfo
nullable Object
Informazioni sulla richiesta specifiche di Shaka basate direttamente su:
https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.Request.
timeoutInterval
nullable number
Il timeout della richiesta di rete, in millisecondi.
url
nullable string
L'URL richiesto.
withCredentials
booleano
Se impostato su true, indica che le richieste Access-Control CORS devono essere effettuate utilizzando credenziali come cookie o intestazioni di autorizzazione.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2026-04-06 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"]]