<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Web Inspector: API View of Native DOM APIs looks poor (TypeErrors for native getters)"
href="https://bugs.webkit.org/show_bug.cgi?id=158334">bug 158334</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>DUPLICATE
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Web Inspector: API View of Native DOM APIs looks poor (TypeErrors for native getters)"
href="https://bugs.webkit.org/show_bug.cgi?id=158334#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Web Inspector: API View of Native DOM APIs looks poor (TypeErrors for native getters)"
href="https://bugs.webkit.org/show_bug.cgi?id=158334">bug 158334</a>
from <span class="vcard"><a class="email" href="mailto:joepeck@webkit.org" title="Joseph Pecoraro <joepeck@webkit.org>"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
<pre>So the way this works is:
The preview will show native accessors as values in the preview:
js> loadEvent
▶︎ Event { type: "foo", ... }
And when you expand, the first expansion _conveniently_ immediately shows you both own properties/functions and native getters up in the prototype chain:
js> loadEvent
▼ Event
[B] ownPropertyBoolean: true
[S] type: "foo"
...
▶︎ Event Prototype
And when you expand the prototypes, it will show the individual properties/functions + accessors on those prototypes:
js> loadEvent
▼ Event
[B] ownPropertyBoolean: true
[S] type: "foo"
...
▼ Event Prototype
[?] type: (Get)
...
▶︎ Object Prototype
This is the best of both worlds. Quick access to values. Yet still having the ability to ultimately find out exactly which prototype the accessor came from.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>