pl.wendigo.chrome.api.heapprofiler / GetHeapObjectIdRequest

GetHeapObjectIdRequest

data class GetHeapObjectIdRequest (source)

Represents request frame that can be used with HeapProfiler#getHeapObjectId operation call.

Link
HeapProfiler#getHeapObjectId method documentation.

See Also

HeapProfilerOperations.getHeapObjectId

Constructors

<init>

GetHeapObjectIdRequest(objectId: RemoteObjectId)

Represents request frame that can be used with HeapProfiler#getHeapObjectId operation call.

Properties

objectId

val objectId: RemoteObjectId

Identifier of the object to get heap object id for.