mirror of
https://github.com/servo/servo.git
synced 2025-06-12 18:34:39 +00:00
turn serviceworker event-loop back on
This commit is contained in:
parent
947fa8bbb7
commit
5174739244
1 changed files with 1 additions and 3 deletions
|
@ -414,9 +414,7 @@ impl ServiceWorkerGlobalScope {
|
|||
|
||||
fn has_timed_out(&self) -> bool {
|
||||
// TODO: https://w3c.github.io/ServiceWorker/#service-worker-lifetime
|
||||
// Since we don't have a shutdown mechanism yet, see #26548
|
||||
// immediately stop the event-loop after executing the initial script.
|
||||
true
|
||||
false
|
||||
}
|
||||
|
||||
fn handle_script_event(&self, msg: ServiceWorkerScriptMsg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue