[Webkit-unassigned] [Bug 151625] New: [Streams API] Remove use of @catch for exposed promises

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 06:23:04 PST 2015


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

            Bug ID: 151625
           Summary: [Streams API] Remove use of @catch for exposed
                    promises
    Classification: Unclassified
           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

@catch is calling then which may be controlled by user scripts.
It is better to rewrite the code from @catch(...) to @then(undefined,...).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151126/2bc0d907/attachment-0001.html>


More information about the webkit-unassigned mailing list