OLD | NEW |
1 CONSOLE ERROR: Unhandled promise rejection | 1 CONSOLE ERROR: line 16: Unhandled promise rejection |
2 CONSOLE ERROR: Unhandled promise rejection | 2 CONSOLE ERROR: line 34: Unhandled promise rejection |
3 Tests uncaught promise rejections fired during pause. | 3 Tests uncaught promise rejections fired during pause. |
4 | 4 |
5 Set timer for test function. | 5 Set timer for test function. |
6 debugger-uncaught-promise-on-pause.html:10 Console was cleared | 6 debugger-uncaught-promise-on-pause.html:10 Console was cleared |
7 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal
ue]]: Error: inspector.err1} | |
8 __proto__: Promise | |
9 [[PromiseStatus]]: "rejected" | |
10 [[PromiseValue]]: Error: inspector.err1 | |
11 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal
ue]]: Error: inspector.err2} | |
12 __proto__: Promise | |
13 [[PromiseStatus]]: "rejected" | |
14 [[PromiseValue]]: Error: inspector.err2 | |
15 | 7 |
| 8 debugger-uncaught-promise-on-pause.html:16 Unhandled promise rejection Promi
se {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err1} |
| 9 __proto__: Promise |
| 10 [[PromiseStatus]]: "rejected" |
| 11 [[PromiseValue]]: Error: inspector.err1 |
| 12 debugger-uncaught-promise-on-pause.html:16 runPromises |
| 13 debugger-uncaught-promise-on-pause.html:41 timeout |
| 14 |
| 15 debugger-uncaught-promise-on-pause.html:34 Unhandled promise rejection Promi
se {[[PromiseStatus]]: "rejected", [[PromiseValue]]: Error: inspector.err2} |
| 16 __proto__: Promise |
| 17 [[PromiseStatus]]: "rejected" |
| 18 [[PromiseValue]]: Error: inspector.err2 |
| 19 debugger-uncaught-promise-on-pause.html:34 runPromises |
| 20 debugger-uncaught-promise-on-pause.html:41 timeout |
| 21 |
OLD | NEW |