QuirksModeIssueDetails class

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

Constructors

QuirksModeIssueDetails({required bool isLimitedQuirksMode, required BackendNodeId documentNodeId, required String url, required FrameId frameId, required LoaderId loaderId})
QuirksModeIssueDetails.fromJson(Map<String, dynamic> json)
factory

Properties

documentNodeId BackendNodeId
final
frameId FrameId
final
hashCode int
The hash code for this object.
no setterinherited
isLimitedQuirksMode bool
If false, it means the document's mode is "quirks" instead of "limited-quirks".
final
loaderId LoaderId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited