Made test summary more descriptive and Updated Readme

This commit is contained in:
Sandeep Hegde 2017-11-13 20:40:16 -05:00
parent 2f900a0427
commit 61794f8bbd
4 changed files with 28 additions and 10 deletions

View file

@ -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>>,