Track Computed Style Updates Request
data class TrackComputedStyleUpdatesRequest(propertiesToTrack: List<CSSComputedStyleProperty>)
Content copied to clipboard
Represents request frame that can be used with CSS#trackComputedStyleUpdates operation call.
Starts tracking the given computed styles for updates. The specified array of properties replaces the one previously specified. Pass empty array to disable tracking. Use takeComputedStyleUpdates to retrieve the list of nodes that had properties modified. The changes to computed style properties are only tracked for nodes pushed to the front-end by the DOM agent. If no changes to the tracked properties occur after the node has been pushed to the front-end, no updates will be issued for the node.
See also
Constructors
TrackComputedStyleUpdatesRequest
Link copied to clipboard
fun TrackComputedStyleUpdatesRequest(propertiesToTrack: List<CSSComputedStyleProperty>)
Content copied to clipboard
Properties
propertiesToTrack
Link copied to clipboard
Sources
jvm source
Link copied to clipboard