BlockedByResponseIssueDetails class

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

Constructors

BlockedByResponseIssueDetails({required AffectedRequest request, AffectedFrame? parentFrame, AffectedFrame? blockedFrame, required BlockedByResponseReason reason})
BlockedByResponseIssueDetails.fromJson(Map<String, dynamic> json)
factory

Properties

blockedFrame AffectedFrame?
final
hashCode int
The hash code for this object.
no setterinherited
parentFrame AffectedFrame?
final
reason BlockedByResponseReason
final
request AffectedRequest
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