Add a new rule for Synchronous XMLHttpRequest (#178)
* Fix bug in spying function * New rule Synchronous XHR * Add the synchronousXHR rule to the dashboard
This commit is contained in:
@@ -190,6 +190,11 @@
|
||||
$li.parentsUntil('body', 'div');
|
||||
$li.siblings();
|
||||
$li.siblings('li');
|
||||
|
||||
$.ajax({
|
||||
url: 'xml.xml',
|
||||
async: false
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user