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 https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 65: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://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) |
11 [setTimeout] | 11 [setTimeout] |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 0) sendXHR (async-callstack-xhrs.html:66) | 102 0) sendXHR (async-callstack-xhrs.html:66) |
103 1) sendAsyncXHR (async-callstack-xhrs.html:20) | 103 1) sendAsyncXHR (async-callstack-xhrs.html:20) |
104 2) timeout (async-callstack-xhrs.html:17) | 104 2) timeout (async-callstack-xhrs.html:17) |
105 [setTimeout] | 105 [setTimeout] |
106 0) testFunction (async-callstack-xhrs.html:11) | 106 0) testFunction (async-callstack-xhrs.html:11) |
107 [setTimeout] | 107 [setTimeout] |
108 0) scheduleTestFunction (debugger-test.js:3) | 108 0) scheduleTestFunction (debugger-test.js:3) |
109 <... skipped remaining frames ...> | 109 <... skipped remaining frames ...> |
110 | 110 |
111 | 111 |
OLD | NEW |