Interface FrameToFrameMessage
A client-initiated message sent from one add-on frame to another.
Signature
interface FrameToFrameMessage
Property signatures
Name |
Description |
originator |
The add-on frame that sent the message. |
payload |
The message payload. Value set by the add-on running in the frame specified by the originator field. The length of this string must be less than 1,000,000 characters. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-07 UTC.
[null,null,["Last updated 2024-10-07 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."]]],[]]