A message to send from a page embedded in an iframe to the page that embeds it, using the browser's postMessage: the data and the origin allowed to receive it.
postMessage
Optional
The value to send; it is copied across, so it must be serializable
Origin of the page allowed to receive the message, such as https://example.com; only a page from that origin gets it
https://example.com
Namespace: Bit › Inputs › Time
API reference home · Full symbol index · Tutorials and guides · Platform
A message to send from a page embedded in an iframe to the page that embeds it, using the browser's
postMessage: the data and the origin allowed to receive it.