pl.wendigo.chrome.api.io / ResolveBlobRequest

ResolveBlobRequest

data class ResolveBlobRequest (source)

Represents request frame that can be used with IO#resolveBlob operation call.

Return UUID of Blob object specified by a remote object id.

Link
IO#resolveBlob method documentation.

See Also

IOOperations.resolveBlob

Constructors

<init>

ResolveBlobRequest(objectId: RemoteObjectId)

Represents request frame that can be used with IO#resolveBlob operation call.

Properties

objectId

val objectId: RemoteObjectId

Object id of a Blob object wrapper.