firefox-devtools / devtools-core

:rocket: Packages for Firefox DevTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict between <prototype> and "<prototype>"

Loirooriol opened this issue · comments

  1. Run inspect({"<prototype>": null})
  2. Expand <prototype>
  3. Collapse <prototype>
  4. Expand <prototype>

Result: the properties of the <prototype> also appear below "<prototype>".

screencast

Or maybe easier:

  1. Run inspect({"<prototype>": {}})
  2. Expand either "<prototype>" or <prototype>