mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Blob url's changes now build and test
This commit is contained in:
parent
e84e1d607b
commit
2f3affcfc8
3 changed files with 29 additions and 32 deletions
|
@ -657,11 +657,7 @@ fn scheme_fetch(
|
|||
));
|
||||
}
|
||||
|
||||
let mut response = Response::new(url, ResourceFetchTiming::new(request.timing_type()));
|
||||
|
||||
load_blob_async(url.clone(), context.filemanager.clone(), &response, done_chan);
|
||||
|
||||
response
|
||||
load_blob_async(url.clone(), context.filemanager.clone(), done_chan);
|
||||
},
|
||||
|
||||
"ftp" => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue