StreamFilter

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
create
auto create(uint requestId, string addonId)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
error
string error()
Undocumented in source. Be warned that the author may not have intended to support it.
ondata
void ondata(Optional!(T0) ondata)
Undocumented in source. Be warned that the author may not have intended to support it.
ondata
EventHandler ondata()
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.
onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
void onstart(Optional!(T0) onstart)
Undocumented in source. Be warned that the author may not have intended to support it.
onstart
EventHandler onstart()
Undocumented in source. Be warned that the author may not have intended to support it.
onstop
void onstop(Optional!(T0) onstop)
Undocumented in source. Be warned that the author may not have intended to support it.
onstop
EventHandler onstop()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
status
StreamFilterStatus status()
Undocumented in source. Be warned that the author may not have intended to support it.
suspend
void suspend()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(SumType!(ArrayBuffer, Uint8Array) data)
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