इंटरफ़ेस फ़्रेमटॉफ़्रेम मैसेज
क्लाइंट की ओर से शुरू किया गया ऐसा मैसेज जिसे एक ऐड-ऑन फ़्रेम से दूसरे पर भेजा गया हो.
हस्ताक्षर
interface FrameToFrameMessage
प्रॉपर्टी के हस्ताक्षर
नाम |
ब्यौरा |
originator |
वह ऐड-ऑन फ़्रेम जिसने मैसेज भेजा है. |
payload |
मैसेज का पेलोड. यह वैल्यू, ऑरिजिनेटर फ़ील्ड से तय किए गए फ़्रेम में चलने वाले ऐड-ऑन के ज़रिए सेट की जाती है. इस स्ट्रिंग में 10,00,000 से कम वर्ण होने चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-10-15 (UTC) को अपडेट किया गया."],[[["Enables communication between different add-on frames within a web page."],["Messages contain the sender's frame (originator) and a payload (data)."],["Payload is a string limited to under 1,000,000 characters, set by the sending add-on."]]],["The core content defines a `FrameToFrameMessage` interface for communication between add-on frames. It outlines that a message has two key components: `originator`, which identifies the sending add-on frame, and `payload`, which contains the message content. The `payload` is a string with a maximum length of 1,000,000 characters, defined by the sender frame. This interface describes a client-initiated message transfer structure.\n"]]