mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
74f8c0eeb7
commit
ba36a108c1
56 changed files with 674 additions and 518 deletions
|
@ -2,8 +2,9 @@
|
|||
* 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::{TargetedLoadResponse, Metadata, LoadData, start_sending, ResponseSenders};
|
||||
use resource_task::ProgressMsg::Done;
|
||||
use net_traits::{LoadData, Metadata};
|
||||
use net_traits::ProgressMsg::Done;
|
||||
use resource_task::{TargetedLoadResponse, start_sending, ResponseSenders};
|
||||
use file_loader;
|
||||
|
||||
use url::Url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue