Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Messages: allow avoid to listen to own messages #2

Open
panManfredini opened this issue Nov 19, 2018 · 0 comments
Open

Messages: allow avoid to listen to own messages #2

panManfredini opened this issue Nov 19, 2018 · 0 comments

Comments

@panManfredini
Copy link
Member

To make easy communication between custom elements one could immagine to register all of them to a message channel, so all of them will get the payload when posting a message to that channel.

modifying like this would work better:

on_update_message(event){
if(this === event.target) ---> do nothing
}

set a flag in the event detail to turn on/off this behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant