OLD | NEW |
(Empty) | |
| 1 CONSOLE ERROR: line 11: Uncaught (in promise) Error: Handled error |
| 2 CONSOLE MESSAGE: Handler added to rejected promise |
| 3 Tests that console revokes lazily handled promise rejections. |
| 4 |
| 5 Creating promise |
| 6 |
| 7 Message added: error log |
| 8 errors: 1 |
| 9 revokedErrors: 0 |
| 10 console-revoke-error.html:11 Uncaught (in promise) Error: Handled error |
| 11 createPromise @ console-revoke-error.html:11 |
| 12 (anonymous function) @ VM:1 console-message-wrapper console-error-level
> console-message > outline-disclosure outline-disclosure-no-padding > parent >
console-message-text source-code > console-message-url webkit-html-resource-link
> object-value-error source-code > object-value-error source-code > webkit-html
-resource-link > children > stack-preview-container > webkit-html-resource-link
> webkit-html-resource-link > children |
| 13 |
| 14 Handling promise |
| 15 |
| 16 Message added: revokedError log |
| 17 errors: 0 |
| 18 revokedErrors: 1 |
| 19 console-revoke-error.html:11 Uncaught (in promise) Error: Handled error |
| 20 createPromise @ console-revoke-error.html:11 |
| 21 (anonymous function) @ VM:1 console-message-wrapper console-revokedError
-level > console-message > outline-disclosure outline-disclosure-no-padding > pa
rent > console-message-text source-code > console-message-url webkit-html-resour
ce-link > object-value-error source-code > object-value-error source-code > webk
it-html-resource-link > children > stack-preview-container > webkit-html-resour
ce-link > webkit-html-resource-link > children |
| 22 |
OLD | NEW |