inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Expanding objects in Console does not work #148

Closed zhang2333 closed 4 months ago

zhang2333 commented 2 years ago

Steps to Reproduce:

  1. Open any website in iOS Safari (Google in the screenshot)
  2. Create any objects in Console, and expand it

The detail of the object is "No properties", not its content.

image
ajck commented 1 year ago

This bug includes logged objects during program runtime, e.g. in your code you have console.log(someObject) not just ones newly created live in the console on the console command line.

nitedani commented 1 year ago

Same issue here. Can't expand objects in Safari console.

auchenberg commented 4 months ago

This issue should have been resolved