Mirror object referencing original JavaScript object.
interface
inspector.Runtime.RemoteObject
interface RemoteObject
- className?: string
Object class (constructor) name. Specified for <code>object</code> type values only.
- preview?: ObjectPreview
Preview containing abbreviated property values. Specified for <code>object</code> type values only.
- unserializableValue?: string
Primitive value which can not be JSON-stringified does not have <code>value</code>, but gets this property.