Why can't the Edge browser expand the 'window' object in the DevTools console tab?

Viewed 54

When I input window in Edge Console Tab, and click the expand arrow, got nothing.


> window  // click to expand, but got nothing

Here is the Edge expand result.Please click to view

1

But it well in Chrome or Firefox. Why?

Here is the Chrome expand result.Please click to view

1 Answers

I have tested and can reproduce the issue in Edge Stable. I also tested in Edge Canary and found that window in console can expand well. That means the issue has been fixed in future version of Edge. We can wait for the new version of Edge Stable to release.

Related