[Webkit-unassigned] [Bug 215974] New: Wrong error message of the spread.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 29 00:25:16 PDT 2020


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

            Bug ID: 215974
           Summary: Wrong error message of the spread.
           Product: WebKit
           Version: Safari 13
          Hardware: PC
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kherootz at gmail.com

version: 13.1.2(15609.3.5.1.3)

Firefox:
 [...{}]
 Uncaught TypeError: ({}) is not iterable

Safari:
 [...{}]
 TypeError: undefined is not a function

In safari, I think the error message is completely wrong.
The message `is not iterable` should be displayed, not `is not a function`.

If the issue hasn't been fixed yet, can I try this issue?

-- 
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/20200829/30927811/attachment.htm>


More information about the webkit-unassigned mailing list