I contenuti della richiesta. Può essere utilizzato per modificare il corpo della richiesta della licenza.
headers
Oggetto
Un oggetto contenente le proprietà che vuoi inviare nell'intestazione.
timeoutInterval
numero null
Il timeout della richiesta di rete in millisecondi.
url
stringa con valore null
L'URL richiesto.
withCredentials
boolean
Se il criterio è impostato su true, indica che le richieste di controllo dell'accesso CORS devono essere effettuate utilizzando credenziali come cookie o intestazioni di autorizzazione.
[null,null,["Ultimo aggiornamento 2023-12-01 UTC."],[[["`NetworkRequestInfo` provides details about HTTP(s) requests, including URL, headers, content, and timeout settings."],["It enables modification of license request bodies and controls the use of credentials like cookies for CORS requests."]]],["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"]]