SecurityPolicyViolationEvent class - dart:html library (original) (raw)

Inheritance

Annotations

Constructors

SecurityPolicyViolationEvent(String type, [Map? eventInitDict])

factory

Properties

blockedUriString?

no setter

bubblesbool?

no setterinherited

cancelablebool?

no setterinherited

columnNumberint?

no setter

composedbool?

no setterinherited

currentTargetEventTarget?

no setterinherited

defaultPreventedbool

no setterinherited

dispositionString?

no setter

documentUriString?

no setter

effectiveDirectiveString?

no setter

eventPhaseint

no setterinherited

hashCodeint

The hash code for this object.

no setterinherited

isTrustedbool?

no setterinherited

lineNumberint?

no setter

matchingTargetElement

A pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an UnsupportedError.

no setterinherited

originalPolicyString?

no setter

pathList<EventTarget>

no setterinherited

referrerString?

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

sampleString?

no setter

sourceFileString?

no setter

statusCodeint?

no setter

targetEventTarget?

no setterinherited

timeStampnum?

no setterinherited

typeString

no setterinherited

violatedDirectiveString?

no setter

Methods

composedPath()→ List<EventTarget>

inherited

noSuchMethod(Invocation invocation)→ dynamic

Invoked when a nonexistent method or property is accessed.

inherited

preventDefault()→ void

inherited

stopImmediatePropagation()→ void

inherited

stopPropagation()→ void

inherited

toString()→ String

A string representation of this object.

inherited

Operators

operator ==(Object other)→ bool

The equality operator.

inherited