mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Integrate service worker manager thread
This commit is contained in:
parent
e8fa02a07f
commit
1e6293ea1d
39 changed files with 764 additions and 582 deletions
|
@ -98,7 +98,7 @@ impl ServiceWorkerContainerMethods for ServiceWorkerContainer {
|
|||
script_url,
|
||||
scope_str.clone(),
|
||||
self);
|
||||
ScriptThread::set_registration(scope, &*worker_registration);
|
||||
ScriptThread::set_registration(scope, &*worker_registration, self.global().r().pipeline());
|
||||
Ok(worker_registration)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue