| OLD | NEW |
| 1 CONSOLE ERROR: Unhandled promise rejection | 1 CONSOLE ERROR: line 3: Unhandled promise rejection |
| 2 CONSOLE ERROR: Unhandled promise rejection | 2 CONSOLE ERROR: line 21: Unhandled promise rejection |
| 3 Tests that uncaught promise rejections happenned in workers are logged into cons
ole. | 3 Tests that uncaught promise rejections happenned in workers are logged into cons
ole. |
| 4 | 4 |
| 5 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal
ue]]: Error: err1} | 5 worker-with-unhandled-promises.js:3 Unhandled promise rejection Promise {[[Promi
seStatus]]: "rejected", [[PromiseValue]]: Error: err1} |
| 6 __proto__: Promise | 6 __proto__: Promise |
| 7 [[PromiseStatus]]: "rejected" | 7 [[PromiseStatus]]: "rejected" |
| 8 [[PromiseValue]]: Error: err1 | 8 [[PromiseValue]]: Error: err1 |
| 9 Unhandled promise rejection Promise {[[PromiseStatus]]: "rejected", [[PromiseVal
ue]]: Error: err2} | 9 worker-with-unhandled-promises.js:21 Unhandled promise rejection Promise {[[Prom
iseStatus]]: "rejected", [[PromiseValue]]: Error: err2} |
| 10 __proto__: Promise | 10 __proto__: Promise |
| 11 [[PromiseStatus]]: "rejected" | 11 [[PromiseStatus]]: "rejected" |
| 12 [[PromiseValue]]: Error: err2 | 12 [[PromiseValue]]: Error: err2 |
| 13 | 13 |
| OLD | NEW |