mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Made test summary more descriptive and Updated Readme
This commit is contained in:
parent
2f900a0427
commit
61794f8bbd
4 changed files with 28 additions and 10 deletions
|
@ -213,7 +213,7 @@ impl XMLHttpRequest {
|
|||
}
|
||||
|
||||
fn sync_in_window(&self) -> bool {
|
||||
self.sync.get() && self.global().is::<Window>()
|
||||
self.sync.get() || self.global().is::<Window>()
|
||||
}
|
||||
|
||||
fn initiate_async_xhr(context: Arc<Mutex<XHRContext>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue