[Webkit-unassigned] [Bug 122867] New: Web Inspector: Improved Console Format for Set Objects (like Arrays)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 15:23:13 PDT 2013


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

           Summary: Web Inspector: Improved Console Format for Set Objects
                    (like Arrays)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


JSC supports ES6 Set objects. We should have an improved Console Formatting for Sets, like we do Arrays. Currently the console.log is cumbersome.

    var set = new Set(1,2,1,2,3);
    // Possible UI: { 1, 2, 3 }

-- 
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