fn update_serviceworker(
    own_sender: IpcSender<ServiceWorkerMsg>,
    scope_url: ServoUrl,
    scope_things: ScopeThings
) -> (ServiceWorker, JoinHandle<()>, Sender<ServiceWorkerControlMsg>, ContextForRequestInterrupt, Arc<AtomicBool>)
Expand description