Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created February 27, 2020 14:14
Show Gist options
  • Save FlorianRappl/8df24292ed54537246bde97cb088b691 to your computer and use it in GitHub Desktop.
Save FlorianRappl/8df24292ed54537246bde97cb088b691 to your computer and use it in GitHub Desktop.
// microfrontend A
window.callMifeA = msg => {
//handle message;
};
// microfrontend B
window.callMifeA({
type: 'show_dialog',
name: 'close_file'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment