[Webkit-unassigned] [Bug 159257] console.log doesn't display object correctly if followed by delete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 20:10:26 PDT 2016


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This is expected behavior.

When Web Inspector is open, it provides a preview/snapshot of what the object was that was logged in case the object changes.

For large objects, when expanded, you see the live, current data. But for simple objects, when logged, we provide the snapshots.

In this particular case, you logged a simple JSON stringifyable object, and the console message includes the complete description of the object at the time it was logged. That would be what I expect.

Is this causing you an issue in some more realistic situation?

-- 
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/20160630/9c33dd8d/attachment.html>


More information about the webkit-unassigned mailing list