mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Use fetch infrastructure to load external scripts
This commit is contained in:
parent
d4816762fa
commit
4dcf693a75
2 changed files with 57 additions and 20 deletions
|
@ -9,9 +9,9 @@ use dom::bindings::js::JS;
|
|||
use dom::document::Document;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use msg::constellation_msg::{PipelineId, ReferrerPolicy};
|
||||
use net_traits::request::RequestInit;
|
||||
use net_traits::{AsyncResponseTarget, PendingAsyncLoad, LoadContext};
|
||||
use net_traits::{FetchResponseMsg, ResourceThreads, IpcSend};
|
||||
use net_traits::request::RequestInit;
|
||||
use std::thread;
|
||||
use url::Url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue