CaptureSnapshotReturn

@Serializable
data class CaptureSnapshotReturn(val documents: List<DOMSnapshot.DocumentSnapshot>, val strings: List<String>)

Constructors

Link copied to clipboard
constructor(documents: List<DOMSnapshot.DocumentSnapshot>, strings: List<String>)

Properties

Link copied to clipboard

The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.

Link copied to clipboard

Shared string table that all string properties refer to with indexes.