You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 thePort
object to set up two-way communication between these pages.https://developer.chrome.com/apps/runtime#type-Port
The text was updated successfully, but these errors were encountered: