OLD | NEW |
| 1 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 2 CONSOLE WARNING: Promise API is changing and this function might be affected. |
| 3 CONSOLE WARNING: Promise API is changing and this function might be affected. |
1 Test Promise.cast | 4 Test Promise.cast |
2 | 5 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 7 |
5 PASS promise === value is true | 8 PASS promise === value is true |
6 PASS result is undefined | 9 PASS result is undefined |
7 PASS result2 is undefined | 10 PASS result2 is undefined |
8 PASS result is "hello" | 11 PASS result is "hello" |
9 PASS result2 is 42 | 12 PASS result2 is 42 |
10 PASS fulfilled | 13 PASS fulfilled |
11 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
12 | 15 |
13 TEST COMPLETE | 16 TEST COMPLETE |
14 | 17 |
OLD | NEW |