QuirksModeIssueDetails

@Serializable
data class QuirksModeIssueDetails(val isLimitedQuirksMode: Boolean, val documentNodeId: BackendNodeId, val url: String, val frameId: FrameId, val loaderId: LoaderId)

Details for issues about documents in Quirks Mode or Limited Quirks Mode that affects page layouting.

Official doc

Constructors

Link copied to clipboard
constructor(isLimitedQuirksMode: Boolean, documentNodeId: BackendNodeId, url: String, frameId: FrameId, loaderId: LoaderId)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

If false, it means the document's mode is "quirks" instead of "limited-quirks".

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val url: String

(undocumented in the protocol definition)