Der Inhalt der Anfrage. Damit kann der Anfragetext für die Lizenz geändert werden.
headers
Objekt
Ein Objekt mit Eigenschaften, die Sie im Header senden möchten.
shakaRequestInfo
Nullable-Objekt
Shaka-spezifische Anfrageinformationen, die direkt auf https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.Request basieren.
timeoutInterval
nullable number
Das Zeitlimit für Netzwerkanfragen in Millisekunden.
URL
String, der Nullwerte zulässt
Die angeforderte URL.
withCredentials
boolean
Wenn diese Einstellung auf true festgelegt ist, bedeutet das, dass CORS-Access-Control-Anfragen mit Anmeldedaten wie Cookies oder Autorisierungsheadern gestellt werden sollten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-11-04 (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"]]