RESOLVED FIXED255376
Web Inspector: Console: non-enumerable properties appear as though they're internal
https://bugs.webkit.org/show_bug.cgi?id=255376
Summary Web Inspector: Console: non-enumerable properties appear as though they're in...
Devin Rousso
Reported 2023-04-12 17:10:51 PDT
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
Attachments
Devin Rousso
Comment 1 2023-04-12 17:13:30 PDT
EWS
Comment 2 2023-04-13 11:36:07 PDT
Committed 262923@main (020a590e7aca): <https://commits.webkit.org/262923@main> Reviewed commits have been landed. Closing PR #12680 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-04-13 11:37:26 PDT
Note You need to log in before you can comment on or make changes to this bug.