pl.wendigo.chrome.api.layertree / ReplaySnapshotResponse

ReplaySnapshotResponse

data class ReplaySnapshotResponse (source)

Represents response frame that is returned from LayerTree#replaySnapshot operation call. Replays the layer snapshot and returns the resulting bitmap.

Link
LayerTree#replaySnapshot method documentation.

See Also

LayerTreeOperations.replaySnapshot

Constructors

<init>

ReplaySnapshotResponse(dataURL: String)

Represents response frame that is returned from LayerTree#replaySnapshot operation call. Replays the layer snapshot and returns the resulting bitmap.

Properties

dataURL

val dataURL: String

A data: URL for resulting image.