mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -594,6 +594,7 @@ impl XMLHttpRequestMethods for XMLHttpRequest {
|
|||
origin: self.global().r().get_url(),
|
||||
referer_url: self.referrer_url.clone(),
|
||||
referrer_policy: self.referrer_policy.clone(),
|
||||
pipeline_id: self.pipeline_id(),
|
||||
};
|
||||
|
||||
if bypass_cross_origin_check {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue