| 1 | 1 | Tests that uncaught promise rejections are logged into console.
|
|---|
| 2 | 2 |
|
|---|
| 3 | 3 | console-uncaught-promise.js:26 Uncaught (in promise) Error: err1
|
|---|
| 4 | 4 | promiseTest1 @ console-uncaught-promise.js:26
|
|---|
| 5 | 5 | timeout @ console-uncaught-promise.js:19
|
|---|
| 6 | | Promise rejected (async)
|
|---|
| 6 | Promise.then (async)
|
|---|
| 7 | 7 | promiseTest1 @ console-uncaught-promise.js:29
|
|---|
| 8 | 8 | timeout @ console-uncaught-promise.js:19
|
|---|
| 9 | 9 | setTimeout (async)
|
|---|
|
|
| 12 | 12 | console-uncaught-promise.js:47 Uncaught (in promise) Error: err2
|
|---|
| 13 | 13 | promiseTest2 @ console-uncaught-promise.js:47
|
|---|
| 14 | 14 | timeout @ console-uncaught-promise.js:19
|
|---|
| 15 | | Promise rejected (async)
|
|---|
| 15 | Promise.then (async)
|
|---|
| 16 | 16 | (anonymous) @ console-uncaught-promise.js:43
|
|---|
| 17 | | Promise rejected (async)
|
|---|
| 17 | Promise.catch (async)
|
|---|
| 18 | 18 | (anonymous) @ console-uncaught-promise.js:42
|
|---|
| 19 | | Promise rejected (async)
|
|---|
| 19 | Promise.catch (async)
|
|---|
| 20 | 20 | (anonymous) @ console-uncaught-promise.js:41
|
|---|
| 21 | | Promise rejected (async)
|
|---|
| 21 | Promise.catch (async)
|
|---|
| 22 | 22 | promiseTest2 @ console-uncaught-promise.js:40
|
|---|
| 23 | 23 | timeout @ console-uncaught-promise.js:19
|
|---|
| 24 | 24 | setTimeout (async)
|
|---|
|
|
| 27 | 27 | console-uncaught-promise.js:65 Uncaught (in promise) DOMException: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node.
|
|---|
| 28 | 28 | throwDOMException @ console-uncaught-promise.js:65
|
|---|
| 29 | 29 | catcher @ console-uncaught-promise.js:57
|
|---|
| 30 | | Promise rejected (async)
|
|---|
| 30 | Promise.catch (async)
|
|---|
| 31 | 31 | promiseTest3 @ console-uncaught-promise.js:56
|
|---|
| 32 | 32 | timeout @ console-uncaught-promise.js:19
|
|---|
| 33 | 33 | setTimeout (async)
|
|---|
|
|
| 68 | 68 | A bad HTTP response code (404) was received when fetching the script.
|
|---|
| 69 | 69 | :8000/devtools/console/404 Failed to load resource: net::ERR_INVALID_RESPONSE
|
|---|
| 70 | 70 | inspected-page.html:1 Uncaught (in promise) TypeError: Failed to register a ServiceWorker: A bad HTTP response code (404) was received when fetching the script.
|
|---|
| 71 | | Promise (async)
|
|---|
| 72 | | promiseTest9 @ console-uncaught-promise.js:96
|
|---|
| 73 | | timeout @ console-uncaught-promise.js:19
|
|---|
| 74 | | setTimeout (async)
|
|---|
| 75 | | runNextPromiseTest @ console-uncaught-promise.js:18
|
|---|
| 76 | | (anonymous) @ console-uncaught-promise.js:106
|
|---|
| 77 | 71 |
|
|---|