pl.wendigo.chrome.domain.runtime / ReleaseObjectRequest

ReleaseObjectRequest

data class ReleaseObjectRequest (source)

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

Releases remote object with given id.

Constructors

<init>

ReleaseObjectRequest(objectId: RemoteObjectId)

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

Properties

objectId

val objectId: RemoteObjectId

Identifier of the object to release.