create about_loader, handle about:blank

This commit is contained in:
Sean McArthur 2014-09-04 22:31:28 -07:00
parent b8b51b6dd8
commit 523445c865
10 changed files with 64 additions and 27 deletions

View file

@ -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>) {