mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove foreign
service-workers mode
This commit is contained in:
parent
9cb8844e4b
commit
3082b577a5
3 changed files with 5 additions and 16 deletions
|
@ -152,7 +152,7 @@ pub fn Fetch(
|
|||
|
||||
// Step 3
|
||||
if global.downcast::<ServiceWorkerGlobalScope>().is_some() {
|
||||
request_init.service_workers_mode = ServiceWorkersMode::Foreign;
|
||||
request_init.service_workers_mode = ServiceWorkersMode::None;
|
||||
}
|
||||
|
||||
// Step 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue