mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
impl Body mixin for dom::Response and dom::Request
This commit is contained in:
parent
6a0c70a222
commit
a5e5cd0e9e
18 changed files with 332 additions and 167 deletions
|
@ -1364,7 +1364,7 @@ impl XHRTimeoutCallback {
|
|||
}
|
||||
}
|
||||
|
||||
trait Extractable {
|
||||
pub trait Extractable {
|
||||
fn extract(&self) -> (Vec<u8>, Option<DOMString>);
|
||||
}
|
||||
impl Extractable for BodyInit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue