StaticreportReports a message exchange to all subscribers. Returns immediately when nobody is subscribed, and never lets a failing listener affect the caller.
The widget the message was sent to, or received from
The direction the message travelled in
The message envelope as it went over postMessage
StaticsubscribeSubscribes to captured message exchanges.
The listener to call for every captured message
A function that removes the listener again
An internal, opt-in tap on the SDK's postMessage traffic. The widgets report every message they send and receive here; nothing is captured or allocated unless a listener is subscribed, which only happens when
sdkDebuggeris enabled in the configuration.