Not documented.

Annotations
  • DocsEditable()
  • DomName('ApplicationCacheErrorEvent')
  • Experimental()
Extends
  • Object
  • Event
  • ApplicationCacheErrorEvent

Properties

bool bubbles
read-only, inherited
bool cancelable
read-only, inherited
DataTransfer clipboardData
read-only, inherited
Access to the system's clipboard data during copy, cut, and paste events.
EventTarget currentTarget
read-only, inherited
bool defaultPrevented
read-only, inherited
int eventPhase
read-only, inherited
Element matchingTarget
read-only, inherited
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.
String message
read-only
List<Node> path
read-only, inherited
This event's path, taking into account shadow DOM.
String reason
read-only
int status
read-only
EventTarget target
read-only, inherited
int timeStamp
read-only, inherited
String type
read-only, inherited
String url
read-only

Methods

preventDefault() → void
inherited
stopImmediatePropagation() → void
inherited
stopPropagation() → void
inherited