SourceBuffer

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

abort
void abort()
Undocumented in source. Be warned that the author may not have intended to support it.
appendBuffer
void appendBuffer(ArrayBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendBuffer
void appendBuffer(ArrayBufferView data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendBufferAsync
auto appendBufferAsync(ArrayBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendBufferAsync
auto appendBufferAsync(ArrayBufferView data)
Undocumented in source. Be warned that the author may not have intended to support it.
appendWindowEnd
void appendWindowEnd(double appendWindowEnd)
Undocumented in source. Be warned that the author may not have intended to support it.
appendWindowEnd
double appendWindowEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
appendWindowStart
void appendWindowStart(double appendWindowStart)
Undocumented in source. Be warned that the author may not have intended to support it.
appendWindowStart
double appendWindowStart()
Undocumented in source. Be warned that the author may not have intended to support it.
buffered
auto buffered()
Undocumented in source. Be warned that the author may not have intended to support it.
changeType
void changeType(string type)
Undocumented in source. Be warned that the author may not have intended to support it.
mode
void mode(SourceBufferAppendMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
mode
SourceBufferAppendMode mode()
Undocumented in source. Be warned that the author may not have intended to support it.
onabort
void onabort(Optional!(T0) onabort)
Undocumented in source. Be warned that the author may not have intended to support it.
onabort
EventHandler onabort()
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
onupdate
void onupdate(Optional!(T0) onupdate)
Undocumented in source. Be warned that the author may not have intended to support it.
onupdate
EventHandler onupdate()
Undocumented in source. Be warned that the author may not have intended to support it.
onupdateend
void onupdateend(Optional!(T0) onupdateend)
Undocumented in source. Be warned that the author may not have intended to support it.
onupdateend
EventHandler onupdateend()
Undocumented in source. Be warned that the author may not have intended to support it.
onupdatestart
void onupdatestart(Optional!(T0) onupdatestart)
Undocumented in source. Be warned that the author may not have intended to support it.
onupdatestart
EventHandler onupdatestart()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(double start, double end)
Undocumented in source. Be warned that the author may not have intended to support it.
removeAsync
auto removeAsync(double start, double end)
Undocumented in source. Be warned that the author may not have intended to support it.
timestampOffset
void timestampOffset(double timestampOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
timestampOffset
double timestampOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
updating
bool updating()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_parent
libwasm.bindings.EventTarget.EventTarget _parent;
Undocumented in source.

Meta