Today I learned...

| RSS | Contact |

... that in Firefox/Chrome extensions "port.postMessage()" is great for sending many messages between the components, but not for exchanging data. "runtime.sendMessage()" is still the better choice.