Konten permintaan. Ini dapat digunakan untuk mengubah isi permintaan lisensi.
headers
Object
Objek yang berisi properti yang ingin Anda kirim di header.
timeoutInterval
nomor nullable
Waktu tunggu permintaan jaringan, dalam milidetik.
url
string nullable
URL yang diminta.
withCredentials
boolean
Jika ditetapkan ke true, ini menunjukkan bahwa permintaan Access-Control CORS harus dibuat menggunakan kredensial seperti cookie atau header otorisasi.
[null,null,["Terakhir diperbarui pada 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"]]