scala-js/scala-js-dom

Facade for `pipeThrough` options

armanbilge opened this issue · 0 comments

* //todo: determine the type of options
*/
def pipeThrough[U](pair: Any, // TODO js.Tuple2[WriteableStream[T], ReadableStream[U]]
options: Any = js.native): ReadableStream[U] = js.native