ReadableStream

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

cancel
auto cancel(T0 reason)
Undocumented in source. Be warned that the author may not have intended to support it.
cancel
auto cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
getReader
auto getReader(T0 options)
Undocumented in source. Be warned that the author may not have intended to support it.
getReader
auto getReader()
Undocumented in source. Be warned that the author may not have intended to support it.
locked
auto locked()
Undocumented in source. Be warned that the author may not have intended to support it.
pipeThrough
auto pipeThrough(T0 pair, PipeOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
pipeThrough
auto pipeThrough(T0 pair)
Undocumented in source. Be warned that the author may not have intended to support it.
pipeTo
auto pipeTo(WritableStream dest, PipeOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
pipeTo
auto pipeTo(WritableStream dest)
Undocumented in source. Be warned that the author may not have intended to support it.
tee
auto tee()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta