Arayüz FrameToFrameMessage
Bir eklenti çerçevesinden diğerine istemci tarafından başlatılan mesaj.
İmza
interface FrameToFrameMessage
Mülk imzaları
Ad |
Açıklama |
originator |
İletiyi gönderen eklenti çerçevesi. |
payload |
Mesaj yükü. Kaynak alanı tarafından belirtilen çerçevede çalışan eklenti tarafından ayarlanan değer. Bu dize 1.000.000 karakterden az olmalıdır. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 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"]]