pl.wendigo.chrome.api.runtime / ReleaseObjectRequest

ReleaseObjectRequest

data class ReleaseObjectRequest (source)

Represents request frame that can be used with Runtime#releaseObject operation call.

Releases remote object with given id.

Link
Runtime#releaseObject method documentation.

See Also

RuntimeOperations.releaseObject

Constructors

<init>

ReleaseObjectRequest(objectId: RemoteObjectId)

Represents request frame that can be used with Runtime#releaseObject operation call.

Properties

objectId

val objectId: RemoteObjectId

Identifier of the object to release.