babble icon indicating copy to clipboard operation
babble copied to clipboard

Look into using chrome.runtime.connect for talking to iframe

Open kkuehlz opened this issue 5 years ago • 0 comments

Right now, the way we send messages to the iframe is to proxy them through the background script. See if it's possible to use chrome.runtime.connect and using the Port object to set up two-way communication between these pages.

https://developer.chrome.com/apps/runtime#type-Port

kkuehlz avatar Sep 18 '19 22:09 kkuehlz