[Webkit-unassigned] [Bug 124066] New: Uncaught exceptions raised in promise completion functions are not printed to console

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 8 13:17:12 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124066

           Summary: Uncaught exceptions raised in promise completion
                    functions are not printed to console
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: sam at webkit.org
            Blocks: 122679


Created an attachment (id=216429)
 --> (https://bugs.webkit.org/attachment.cgi?id=216429&action=review)
test case

E.g.

crypto.subtle.generateKey({name: "hmac", hash: "sha-1"}, true, ["sign", "verify"]).then(function(result) {
    throw("See me?");
});

Marking this as blocking WebCrypto, because it's super difficult to use WebCrypto form JS when uncaught exceptions are not visible in Inspector. In fact, this is even slowing down writing tests for me, even though I'm only targeting WebKit, and know what and when raises exceptions.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list