محتوای درخواست. این ممکن است برای تغییر بدنه درخواست مجوز استفاده شود.
سرصفحه ها
هدف - شی
یک شی حاوی ویژگی هایی که می خواهید در هدر ارسال کنید.
TimeoutInterval
عدد پوچ
مهلت درخواست شبکه، در میلی ثانیه.
آدرس اینترنتی
رشته پوچ
URL درخواستی
با اعتبار
بولی
وقتی روی true تنظیم شود، این نشان میدهد که درخواستهای CORS Access-Control باید با استفاده از اعتبارنامههایی مانند کوکیها یا سرصفحههای مجوز انجام شوند.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]