محتوى الطلب. ويمكن استخدام هذه المعلومات لتعديل نص طلب
الترخيص.
headers
الكائن
كائن يحتوي على خصائص تريد إرسالها في العنوان.
timeoutInterval
رقم قابل للقيم الفارغة
مهلة طلب الشبكة بالمللي ثانية
عنوان url
سلسلة قابلة للقيم الفارغة
عنوان URL المطلوب.
withCredentials
boolean
عند ضبط السياسة على true، يشير ذلك إلى أنّه يجب تقديم طلبات التحكم في الوصول إلى بروتوكول مشاركة الموارد المتعدّدة المصادر (CORS) باستخدام بيانات اعتماد، مثل ملفات تعريف الارتباط أو عناوين التفويض.
تاريخ التعديل الأخير: 2023-12-01 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-12-01 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]