Skip to content

Service worker code only supports a single content process #15217

@Ms2ger

Description

@Ms2ger

When a new content process is spawned, we send a SWManagerMsg::OwnSender message to the constellation, which does

                // store service worker manager for communicating with it.
                self.swmanager_chan = Some(sw_sender);

and any previous value of that field is gone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-constellationInvolves the constellationA-content/domInteracting with the DOM from web content

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions