OLD | NEW |
---|---|
(Empty) | |
1 Tests promise tracker in debugger. | |
2 | |
3 Set timer for test function. | |
4 Script execution paused. | |
5 Promise: | |
6 id: 1 | |
7 status: 1 | |
8 parent id: undefined | |
9 testFunction :9 | |
aandrey
2014/09/02 14:34:48
why no URL?
should be: testFunction (promise-track
Alexandra Mikhaylova
2014/09/03 14:28:54
It's empty on server side for some reason.
| |
10 Promise: | |
11 id: 2 | |
12 status: 1 | |
13 parent id: 1 | |
14 testFunction :13 | |
15 Promise: | |
16 id: 3 | |
17 status: 0 | |
18 parent id: 2 | |
19 testFunction :14 | |
20 Script execution resumed. | |
21 | |
OLD | NEW |