OLD | NEW |
1 CONSOLE ERROR: Unhandled promise rejection | 1 CONSOLE ERROR: Unhandled promise rejection |
2 CONSOLE ERROR: Unhandled promise rejection | 2 CONSOLE ERROR: Unhandled promise rejection |
3 CONSOLE ERROR: line 9: Unhandled promise rejection | 3 CONSOLE ERROR: line 9: Unhandled promise rejection |
4 CONSOLE ERROR: line 27: Unhandled promise rejection | 4 CONSOLE ERROR: line 27: Unhandled promise rejection |
5 Tests that uncaught promise rejections are logged into console. | 5 Tests that uncaught promise rejections are logged into console. |
6 | 6 |
7 console-uncaught-promise.html:1 Unhandled promise rejection Promise | 7 console-uncaught-promise.html:1 Unhandled promise rejection Promise |
8 __proto__: Promise | 8 __proto__: Promise |
9 [[PromiseStatus]]: "rejected" | 9 [[PromiseStatus]]: "rejected" |
10 [[PromiseValue]]: Error: onload.err1 | 10 [[PromiseValue]]: Error: onload.err1 |
11 console-uncaught-promise.html:1 Unhandled promise rejection Promise | 11 console-uncaught-promise.html:1 Unhandled promise rejection Promise |
12 __proto__: Promise | 12 __proto__: Promise |
13 [[PromiseStatus]]: "rejected" | 13 [[PromiseStatus]]: "rejected" |
14 [[PromiseValue]]: Error: onload.err2 | 14 [[PromiseValue]]: Error: onload.err2 |
15 | 15 |
16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi
seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} | 16 console-uncaught-promise.html:9 Unhandled promise rejection Promise {[[Promi
seStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} |
17 __proto__: Promise | 17 __proto__: Promise |
18 [[PromiseStatus]]: "rejected" | 18 [[PromiseStatus]]: "rejected" |
19 [[PromiseValue]]: Error: inspector.err1 | 19 [[PromiseValue]]: Error: inspector.err1 |
20 console-uncaught-promise.html:9 runPromises | 20 console-uncaught-promise.html:9 runPromises |
21 console-uncaught-promise.html:40 timeout | 21 console-uncaught-promise.html:47 timeout |
22 | 22 |
23 console-uncaught-promise.html:27 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} | 23 console-uncaught-promise.html:27 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} |
24 __proto__: Promise | 24 __proto__: Promise |
25 [[PromiseStatus]]: "rejected" | 25 [[PromiseStatus]]: "rejected" |
26 [[PromiseValue]]: Error: inspector.err2 | 26 [[PromiseValue]]: Error: inspector.err2 |
27 console-uncaught-promise.html:27 runPromises | 27 console-uncaught-promise.html:27 runPromises |
28 console-uncaught-promise.html:40 timeout | 28 console-uncaught-promise.html:47 timeout |
29 | 29 |
OLD | NEW |