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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 01:37:46 PDT 2014


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


Michał Z. Gołębiowski <m.goleb+bugzilla at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.goleb+bugzilla at gmail.com




--- Comment #3 from Michał Z. Gołębiowski <m.goleb+bugzilla at gmail.com>  2014-04-29 01:38:07 PST ---
(In reply to comment #2)
> { 1, 2, 3 } sounds good, what about Maps? { foo: 1, bar: 2, bas: 3 }? Too much like an object literal?

What about Maps with non-primitive keys? { foo: 1, { bar: 4 }: 2, bas: 3 }? Or will it just be omitted? Such a notation would create a weird case where map({ bar: 4 }) === undefined even though you see this object serialization in the console.

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