Skip to main content

RemoteObject

interface Runtime.RemoteObject

Mirror object referencing original JavaScript object.

Properties Jump to heading

Object type.

optional
Jump to headingsubtype: string | undefined

Object subtype hint. Specified for object type values only.

optional
Jump to headingclassName: string | undefined

Object class (constructor) name. Specified for object type values only.

Remote object value in case of primitive values or JSON values (if it was requested).

Primitive value which can not be JSON-stringified does not have value, but gets this property.

optional
Jump to headingdescription: string | undefined

String representation of the object.

Unique object identifier (for non-primitive values).

Preview containing abbreviated property values. Specified for object type values only.

Back to top