Looked at this Q & A, but it doesn't solve for my issue: PostMessage with multiple functions or custom callbacks
I need to use postMessage on load and then another within a click event, and the receiver for both would be on the same page (parent).
Is there a method to scope postMessage? or to send multiple postMessages? I can parse the message to trigger specific functions, but how to have multiple posts?
Thanks