mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
create about_loader, handle about:blank
This commit is contained in:
parent
b8b51b6dd8
commit
523445c865
10 changed files with 64 additions and 27 deletions
|
@ -18,7 +18,7 @@ pub fn factory(load_data: LoadData, start_chan: Sender<LoadResponse>) {
|
|||
// Hypothesis: data URLs are too small for parallel base64 etc. to be worth it.
|
||||
// Should be tested at some point.
|
||||
// Left in separate function to allow easy moving to a task, if desired.
|
||||
load(url, start_chan)
|
||||
load(load_data, start_chan)
|
||||
}
|
||||
|
||||
fn load(load_data: LoadData, start_chan: Sender<LoadResponse>) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue