<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - console.log doesn't display object correctly if followed by delete"
   href="https://bugs.webkit.org/show_bug.cgi?id=159257#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - console.log doesn't display object correctly if followed by delete"
   href="https://bugs.webkit.org/show_bug.cgi?id=159257">bug 159257</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>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?</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>