Package elemental2.dom
Class BlobEvent
- java.lang.Object
-
- elemental2.dom.Event
-
- elemental2.dom.BlobEvent
-
@JsType(isNative=true, namespace="<global>") public class BlobEvent extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BlobEvent.BlobEventEventInitDictType
-
Nested classes/interfaces inherited from class elemental2.dom.Event
Event.DeepPathFn
-
-
Field Summary
Fields Modifier and Type Field Description Blob
data
double
timecode
-
Fields inherited from class elemental2.dom.Event
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
-
-
Constructor Summary
Constructors Constructor Description BlobEvent(java.lang.String type, BlobEvent.BlobEventEventInitDictType eventInitDict)
-
Method Summary
-
Methods inherited from class elemental2.dom.Event
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
-
-
-
-
Field Detail
-
data
public Blob data
-
timecode
public double timecode
-
-
Constructor Detail
-
BlobEvent
public BlobEvent(java.lang.String type, BlobEvent.BlobEventEventInitDictType eventInitDict)
-
-