@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface BlobEventInit
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BlobEventInit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BlobEventInit.Builder |
create(Blob data) |
Blob |
data() |
void |
setData(Blob data) |
void |
setTimecode(double timecode) |
double |
timecode() |
@JsOverlay @Nonnull static BlobEventInit.Builder create(@Nonnull Blob data)
@JsProperty(name="data") @Nonnull Blob data()
@JsProperty
void setData(@Nonnull
Blob data)
@JsProperty(name="timecode") double timecode()
@JsProperty void setTimecode(double timecode)