mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
parent
4e749eb714
commit
49936b6ce7
1 changed files with 0 additions and 6 deletions
|
@ -5,7 +5,6 @@
|
||||||
#![feature(box_syntax)]
|
#![feature(box_syntax)]
|
||||||
#![feature(custom_attribute)]
|
#![feature(custom_attribute)]
|
||||||
#![feature(custom_derive)]
|
#![feature(custom_derive)]
|
||||||
#![feature(box_raw)]
|
|
||||||
#![feature(plugin)]
|
#![feature(plugin)]
|
||||||
#![feature(slice_patterns)]
|
#![feature(slice_patterns)]
|
||||||
#![feature(step_by)]
|
#![feature(step_by)]
|
||||||
|
@ -83,11 +82,6 @@ pub enum ResponseMsg {
|
||||||
Errored
|
Errored
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ResponseLoader {
|
|
||||||
response: Response,
|
|
||||||
chan: Receiver<ResponseMsg>
|
|
||||||
}
|
|
||||||
|
|
||||||
/// A [Response](https://fetch.spec.whatwg.org/#concept-response) as defined by the Fetch spec
|
/// A [Response](https://fetch.spec.whatwg.org/#concept-response) as defined by the Fetch spec
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Response {
|
pub struct Response {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue