mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
Added devtools support to fetch for XHR + Manish's XHR ident fix
added unit test for request fetch with devtools added devtools/fetch test
This commit is contained in:
parent
45209b7ffe
commit
db808ca75d
9 changed files with 213 additions and 74 deletions
|
@ -298,6 +298,7 @@ pub struct HttpRequest {
|
|||
pub timeStamp: i64,
|
||||
pub connect_time: u64,
|
||||
pub send_time: u64,
|
||||
pub is_xhr: bool,
|
||||
}
|
||||
|
||||
#[derive(Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue