3
I’m fixing the sync part between the open tabs of my app and remembered that Google Chrome has an API that if I’m not mistaken does exactly what I need, send messages internally in an app.
I took a look at Google and Chrome Developers and got all confused, so I thought it would be better to ask who already understands the subject.
I need a code that sent messages to the open tabs of an app (as already said) and also how it would be to receive this message.
I don’t know about the Chrome API, but maybe
window.postMessage
resolve (you need a reference to each window).– bfavaretto