MessageEvent class

Annotations
  • DomName('MessageEvent')
Extends

Constructors

MessageEvent(String type, {bool canBubble: false, bool cancelable: false, Object data, String origin, String lastEventId, Window source, List messagePorts})

Instance Properties

data Object
read-only
lastEventId String
read-only
origin String
read-only
source EventTarget
read-only
matchingTarget Element Inherited
read-only
bubbles bool Inherited
read-only
cancelable bool Inherited
read-only
clipboardData DataTransfer Inherited
read-only
currentTarget EventTarget Inherited
read-only
defaultPrevented bool Inherited
read-only
eventPhase int Inherited
read-only
path List<Node> Inherited
read-only
target EventTarget Inherited
read-only
timeStamp int Inherited
read-only
type String Inherited
read-only

Instance Methods

preventDefault() → void Inherited
stopImmediatePropagation() → void Inherited
stopPropagation() → void Inherited