| OLD | NEW |
| 1 Tests asynchronous call stacks for fetch. | 1 Tests asynchronous call stacks for fetch. |
| 2 | 2 |
| 3 Set timer for test function. | 3 Set timer for test function. |
| 4 Captured call stacks in no particular order: | 4 Captured call stacks in no particular order: |
| 5 Call stack: | 5 Call stack: |
| 6 0) catchCallback (async-callstack-fetch.html:22) | 6 0) chained1 (async-callstack-fetch.html:15) |
| 7 [Promise] |
| 8 0) doFetch (async-callstack-fetch.html:14) |
| 9 [setTimeout] |
| 10 0) testFunction (async-callstack-fetch.html:9) |
| 11 [setTimeout] |
| 12 0) scheduleTestFunction (debugger-test.js:3) |
| 13 <... skipped remaining frames ...> |
| 14 |
| 15 Call stack: |
| 16 0) chained4 (async-callstack-fetch.html:19) |
| 17 [Promise] |
| 18 0) doFetch (async-callstack-fetch.html:14) |
| 19 [setTimeout] |
| 20 0) testFunction (async-callstack-fetch.html:9) |
| 21 [setTimeout] |
| 22 0) scheduleTestFunction (debugger-test.js:3) |
| 23 <... skipped remaining frames ...> |
| 7 | 24 |
| 8 | 25 |
| OLD | NEW |