mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Finish asynchronous blob url fetching
This commit is contained in:
parent
67722d1943
commit
8538634210
3 changed files with 147 additions and 136 deletions
|
@ -657,7 +657,7 @@ fn scheme_fetch(
|
|||
));
|
||||
}
|
||||
|
||||
load_blob_async(url.clone(), context.filemanager.clone(), done_chan);
|
||||
load_blob_async(url.clone(), context.filemanager.clone(), done_chan)
|
||||
},
|
||||
|
||||
"ftp" => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue