Skip to content

Instantly share code, notes, and snippets.

@oops-wrong
Created May 27, 2024 18:24
Show Gist options
  • Save oops-wrong/ef0c46ea68412de13faa1aad67b6d772 to your computer and use it in GitHub Desktop.
Save oops-wrong/ef0c46ea68412de13faa1aad67b6d772 to your computer and use it in GitHub Desktop.
const messageToInput = (type: ContentMessages, payload = {}) => {
getIframeInput()?.contentWindow?.postMessage({ type, payload }, '*');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment