chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.layertree / ReplaySnapshotResponse

ReplaySnapshotResponse

data class ReplaySnapshotResponse

Response type for the LayerTreeDomain.replaySnapshot command.

Constructors

<init>

Response type for the LayerTreeDomain.replaySnapshot command.

ReplaySnapshotResponse(dataURL: String)

Properties

dataURL

A data: URL for resulting image.

val dataURL: String