MixedContentIssueDetails class

Constructors

MixedContentIssueDetails({MixedContentResourceType? resourceType, required MixedContentResolutionStatus resolutionStatus, required String insecureURL, required String mainResourceURL, AffectedRequest? request, AffectedFrame? frame})
MixedContentIssueDetails.fromJson(Map<String, dynamic> json)
factory

Properties

frame AffectedFrame?
Optional because not every mixed content issue is necessarily linked to a frame.
final
hashCode int
The hash code for this object.
no setterinherited
insecureURL String
The unsafe http url causing the mixed content issue.
final
mainResourceURL String
The url responsible for the call to an unsafe url.
final
request AffectedRequest?
The mixed content request. Does not always exist (e.g. for unsafe form submission urls).
final
resolutionStatus MixedContentResolutionStatus
The way the mixed content issue is being resolved.
final
resourceType MixedContentResourceType?
The type of resource causing the mixed content issue (css, js, iframe, form,...). Marked as optional because it is mapped to from blink::mojom::RequestContextType, which will be replaced by network::mojom::RequestDestination
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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