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
My background script must eventually push a message to my content-script, however, the messaging docs don't clearly articulate the pattern. The table suggests "Port + Relay" is the solution, but a recipe is not offered for pushing messages from bgsw to content, only req/res style with ports/relays.
The text was updated successfully, but these errors were encountered:
Problem statement
My background script must eventually push a message to my content-script, however, the messaging docs don't clearly articulate the pattern. The table suggests "Port + Relay" is the solution, but a recipe is not offered for pushing messages from bgsw to content, only req/res style with ports/relays.
The text was updated successfully, but these errors were encountered: