BlockedReason enum

The reason why request was blocked.

Inheritance

Constructors

BlockedReason(String value)
const
BlockedReason.fromJson(String value)
factory

Values

other → const BlockedReason
const BlockedReason('other')
csp → const BlockedReason
const BlockedReason('csp')
mixedContent → const BlockedReason
const BlockedReason('mixed-content')
origin → const BlockedReason
const BlockedReason('origin')
inspector → const BlockedReason
const BlockedReason('inspector')
subresourceFilter → const BlockedReason
const BlockedReason('subresource-filter')
contentType → const BlockedReason
const BlockedReason('content-type')
coepFrameResourceNeedsCoepHeader → const BlockedReason
const BlockedReason('coep-frame-resource-needs-coep-header')
coopSandboxedIframeCannotNavigateToCoopPage → const BlockedReason
const BlockedReason('coop-sandboxed-iframe-cannot-navigate-to-coop-page')
corpNotSameOrigin → const BlockedReason
const BlockedReason('corp-not-same-origin')
corpNotSameOriginAfterDefaultedToSameOriginByCoep → const BlockedReason
const BlockedReason('corp-not-same-origin-after-defaulted-to-same-origin-by-coep')
corpNotSameSite → const BlockedReason
const BlockedReason('corp-not-same-site')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

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

Operators

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

Constants

values → const List<BlockedReason>
A constant List of the values in this enum, in order of their declaration.