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
|
@ -2,7 +2,8 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use resource_task::{ProgressMsg, Metadata, Payload, Done, start_sending};
|
||||
use resource_task::{ProgressMsg, Metadata, Payload, Done, LoadData, start_sending};
|
||||
use resource_task::{LoadResponse};
|
||||
|
||||
use std::io;
|
||||
use std::io::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue