@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BlobEvent")
public class BlobEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
BlobEvent(java.lang.String type,
BlobEventInit eventInitDict)
The BlobEvent() constructor returns a newly created BlobEvent object with an associated Blob.
|
| Modifier and Type | Method and Description |
|---|---|
Blob |
data()
The BlobEvent.data read-only property represents a Blob associated with the event.
|
double |
timecode()
The timecode readonlyinline property of the BlobEvent interface a DOMHighResTimeStamp indicating the difference between the timestamp of the first chunk in data, and the timestamp of the first chunk in the first BlobEvent produced by this recorder.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typepublic BlobEvent(@Nonnull
java.lang.String type,
@Nonnull
BlobEventInit eventInitDict)
@JsProperty(name="data") @Nonnull public Blob data()
@JsProperty(name="timecode") public double timecode()