Companion

Functions

Link copied to clipboard
fun fromWeb(    writableStream: <Error class: unknown class><out <Error class: unknown class>>,     options: WritableOptions<*> = definedExternally): Writable

A utility method for creating a Writable from a web WritableStream.

Link copied to clipboard
fun toWeb(streamWritable: Writable): <Error class: unknown class><out <Error class: unknown class>>

A utility method for creating a web WritableStream from a Writable.