अनुरोध का कॉन्टेंट. इसका इस्तेमाल, लाइसेंस के अनुरोध के मुख्य हिस्से में बदलाव करने के लिए किया जा सकता है.
हेडर
ऑब्जेक्ट
यह एक ऐसा ऑब्जेक्ट है जिसमें वे प्रॉपर्टी शामिल होती हैं जिन्हें आपको हेडर में भेजना है.
shakaRequestContext
शून्य हो सकने वाला ऑब्जेक्ट
यह अनुरोध के बारे में कॉन्टेक्स्ट के हिसाब से डेटा तय करता है. यह डेटा सीधे तौर पर इस पर आधारित होता है:
https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.RequestContext.
shakaRequestInfo
शून्य हो सकने वाला ऑब्जेक्ट
Shaka से जुड़े अनुरोध की जानकारी, सीधे तौर पर इस पर आधारित है:
https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.Request.
timeoutInterval
शून्य हो सकने वाला नंबर
नेटवर्क अनुरोध के टाइम आउट की अवधि, मिलीसेकंड में.
url
नल हो सकने वाली स्ट्रिंग
अनुरोध किया गया यूआरएल.
withCredentials
बूलियन
true पर सेट होने का मतलब है कि सीओआरएस Access-Control
के अनुरोध, कुकी या ऑथराइज़ेशन हेडर जैसे क्रेडेंशियल का इस्तेमाल करके किए जाने चाहिए.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2026-04-06 (UTC) को अपडेट किया गया."],[],["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"]]