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.
When a new content process is spawned, we send a
SWManagerMsg::OwnSendermessage to the constellation, which doesand any previous value of that field is gone.