[Webkit-unassigned] [Bug 255376] New: Web Inspector: Console: non-enumerable properties appear as though they're internal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 12 17:10:51 PDT 2023


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

            Bug ID: 255376
           Summary: Web Inspector: Console: non-enumerable properties
                    appear as though they're internal
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hi at devinrousso.com
                CC: inspector-bugzilla-changes at group.apple.com

we currently semi-transparent the text of properties that are not enumerable, but this is most commonly seen as a treatment for internal properties (e.g. `listeners`)

logging `window` shows all the various builtin constructors (e.g. `AbortController`) with the same treatment, adding further confusion (i.e. "are these internal properties?  i thought i could access them?")

we should instead move enumerable, writable, etc. to be part of the `title` or icon or something

-- 
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/20230413/f345edf4/attachment-0001.htm>


More information about the webkit-unassigned mailing list