Содержание запроса. Это можно использовать для изменения тела запроса лицензии.
заголовки
Объект
Объект, содержащий свойства, которые вы хотите отправить в заголовке.
таймаутИнтервал
обнуляемое число
Тайм-аут сетевого запроса в миллисекундах.
URL
обнуляемая строка
Запрошенный URL-адрес.
с учетными данными
логическое значение
Если установлено значение true , это означает, что запросы контроля доступа CORS должны выполняться с использованием учетных данных, таких как файлы cookie или заголовки авторизации.
[null,null,["Последнее обновление: 2024-10-30 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"]]