Skip to content

Receive tabId-only messages on runtime pages #86

@fregante

Description

@fregante

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:

if (!to.page) {
return "forward";
}

Improvement

  • Don't assume that a page-less target must be forwarded

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions