[Webkit-unassigned] [Bug 145190] Web Inspector: Improve TypedArray view in console - show non-index properties (buffer)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 15:55:53 PDT 2015


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Another more basic example:

    var arr = [1, 2, 3];
    arr.myProperty = "test";
    console.dir(arr); // resulting object tree never shows the "myProperty"

Technically this is a regression. The old object trees would show this property.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150519/8f99719b/attachment.html>


More information about the webkit-unassigned mailing list