OLD | NEW |
1 Tests asynchronous call stacks printed in console for a Network.Initiator. | 1 Tests asynchronous call stacks printed in console for a Network.Initiator. |
2 | 2 |
3 Set timer for test function. | 3 Set timer for test function. |
4 async-callstack-network-initiator.html:11 Console was cleared | 4 async-callstack-network-initiator.html:11 Console was cleared |
5 | 5 |
6 async-callstack-network-initiator.html:29 POST http://127.0.0.1:8000/failure
/foo 404 (Not Found) | 6 async-callstack-network-initiator.html:29 POST http://127.0.0.1:8000/failure
/foo 404 (Not Found) |
7 async-callstack-network-initiator.html:29 sendXHR | 7 |
8 async-callstack-network-initiator.html:22 timeout2 | 8 sendXHR @ async-callstack-network-initiator.html:29 |
| 9 timeout2 @ async-callstack-network-initiator.html:22 |
9 setTimeout (async) | 10 setTimeout (async) |
10 async-callstack-network-initiator.html:17 timeout1 | 11 timeout1 @ async-callstack-network-initiator.html:17 |
11 setTimeout (async) | 12 setTimeout (async) |
12 async-callstack-network-initiator.html:12 testFunction | 13 testFunction @ async-callstack-network-initiator.html:12 |
13 | 14 |
OLD | NEW |