| OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. |
| 2 Tests asynchronous call stacks for XHRs. | 2 Tests asynchronous call stacks for XHRs. |
| 3 | 3 |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Captured call stacks in no particular order: | 5 Captured call stacks in no particular order: |
| 6 Call stack: | 6 Call stack: |
| 7 0) downloadEnd1 (async-callstack-xhrs.html:36) | 7 0) downloadEnd1 (async-callstack-xhrs.html:36) |
| 8 1) sendXHR (async-callstack-xhrs.html:66) | 8 1) sendXHR (async-callstack-xhrs.html:66) |
| 9 2) sendSyncXHR (async-callstack-xhrs.html:21) | 9 2) sendSyncXHR (async-callstack-xhrs.html:21) |
| 10 3) timeout (async-callstack-xhrs.html:16) | 10 3) timeout (async-callstack-xhrs.html:16) |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 Call stack: | 75 Call stack: |
| 76 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) | 76 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) |
| 77 [XMLHttpRequest.send] | 77 [XMLHttpRequest.send] |
| 78 0) sendXHR (async-callstack-xhrs.html:66) | 78 0) sendXHR (async-callstack-xhrs.html:66) |
| 79 1) sendAsyncXHR (async-callstack-xhrs.html:20) | 79 1) sendAsyncXHR (async-callstack-xhrs.html:20) |
| 80 2) timeout (async-callstack-xhrs.html:17) | 80 2) timeout (async-callstack-xhrs.html:17) |
| 81 [setTimeout] | 81 [setTimeout] |
| 82 0) testFunction (async-callstack-xhrs.html:11) | 82 0) testFunction (async-callstack-xhrs.html:11) |
| 83 | 83 |
| 84 | 84 |
| OLD | NEW |