-
public final class BlockedByResponseIssueDetailsDetails 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.
-
-
Field Summary
Fields Modifier and Type Field Description private final AffectedRequestrequestprivate final AffectedFrameparentFrameprivate final AffectedFrameblockedFrameprivate final BlockedByResponseReasonreason
-
Constructor Summary
Constructors Constructor Description BlockedByResponseIssueDetails(AffectedRequest request, AffectedFrame parentFrame, AffectedFrame blockedFrame, BlockedByResponseReason reason)
-
Method Summary
Modifier and Type Method Description final AffectedRequestcomponent1()final AffectedFramecomponent2()final AffectedFramecomponent3()final BlockedByResponseReasoncomponent4()final BlockedByResponseIssueDetailscopy(AffectedRequest request, AffectedFrame parentFrame, AffectedFrame blockedFrame, BlockedByResponseReason reason)final AffectedRequestgetRequest()final AffectedFramegetParentFrame()final AffectedFramegetBlockedFrame()final BlockedByResponseReasongetReason()-
-
Constructor Detail
-
BlockedByResponseIssueDetails
BlockedByResponseIssueDetails(AffectedRequest request, AffectedFrame parentFrame, AffectedFrame blockedFrame, BlockedByResponseReason reason)
-
-
Method Detail
-
component1
final AffectedRequest component1()
-
component2
final AffectedFrame component2()
-
component3
final AffectedFrame component3()
-
component4
final BlockedByResponseReason component4()
-
copy
final BlockedByResponseIssueDetails copy(AffectedRequest request, AffectedFrame parentFrame, AffectedFrame blockedFrame, BlockedByResponseReason reason)
-
getRequest
final AffectedRequest getRequest()
-
getParentFrame
final AffectedFrame getParentFrame()
-
getBlockedFrame
final AffectedFrame getBlockedFrame()
-
getReason
final BlockedByResponseReason getReason()
-
-
-
-