mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Make the service worker send custom response
This commit is contained in:
parent
81a1e28da1
commit
36dbd27ba5
4 changed files with 52 additions and 29 deletions
|
@ -307,7 +307,7 @@ impl DedicatedWorkerGlobalScope {
|
|||
let path_seg = format!("url({})", scope.get_url());
|
||||
let reports = get_reports(cx, path_seg);
|
||||
reports_chan.send(reports);
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue