Received when the message
event on border.runtime
is fired.
{
"bubbles": false,
"cancelable": false,
"message": "[this string includes the message]",
"sender": {
"id": "...",
"reply": function Anonymous(reply) { ... }
}
}
Received when the message
event on border.runtime
is fired.
{
"bubbles": false,
"cancelable": false,
"message": "[this string includes the message]",
"sender": {
"id": "...",
"reply": function Anonymous(reply) { ... }
}
}