-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Reported in https://github.com/pixiebrix/pixiebrix-extension/pull/4208#discussion_r962044715
Currently, the only way to message chrome-extension:// pages is by specifying a page, with an optional tabId. If a page is missing, it's assumes that a message is supposed to be forwarded:
webext-messenger/source/thisTarget.ts
Lines 96 to 98 in 7d66d2e
| if (!to.page) { | |
| return "forward"; | |
| } |
Improvement
- Don't assume that a
page-less target must be forwarded
Related
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request