Get Flattened Document Request
Represents request frame that can be used with DOM#getFlattenedDocument operation call.
Returns the root DOM node (and optionally the subtree) to the caller. Deprecated, as it is not designed to work well with the rest of the DOM agent. Use DOMSnapshot.captureSnapshot instead.
See also
Constructors
GetFlattenedDocumentRequest
Link copied to clipboard
fun GetFlattenedDocumentRequest(depth: Int? = null, pierce: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard