[Webkit-unassigned] [Bug 175603] New: Add a DOMPromiseDeferred method to handle ExceptionOr<> results

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 15:55:23 PDT 2017


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

            Bug ID: 175603
           Summary: Add a DOMPromiseDeferred method to handle
                    ExceptionOr<> results
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com

Given an ExceptionOr<T>, a promise could do:
- reject if there is an exception
- resolve with t otherwise

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170815/37b48993/attachment.html>


More information about the webkit-unassigned mailing list