Skip to main content
type SecureIframeListeningMessage = {
  type: SecureIframeEventType["LISTENING"];
};
The message sent from the secure iframe to the parent window to indicate that it is ready to receive events.

Properties

PropertyType
typeSecureIframeEventType["LISTENING"]