Skip to content

Instantly share code, notes, and snippets.

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