pl.wendigo.chrome.api.heapprofiler / AddInspectedHeapObjectRequest

AddInspectedHeapObjectRequest

data class AddInspectedHeapObjectRequest (source)

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

Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).

Link
HeapProfiler#addInspectedHeapObject method documentation.

See Also

HeapProfilerOperations.addInspectedHeapObject

Constructors

<init>

AddInspectedHeapObjectRequest(heapObjectId: HeapSnapshotObjectId)

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

Properties

heapObjectId

val heapObjectId: HeapSnapshotObjectId

Heap snapshot object id to be accessible by means of $x command line API.