pl.wendigo.chrome.domain.runtime / ReleaseObjectGroupRequest

ReleaseObjectGroupRequest

data class ReleaseObjectGroupRequest (source)

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

Releases all remote objects that belong to a given group.

Constructors

<init>

ReleaseObjectGroupRequest(objectGroup: String)

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

Properties

objectGroup

val objectGroup: String

Symbolic object group name.