Companion

Functions

Link copied to clipboard
fun fromWeb(writableStream: ERROR CLASS: Symbol not found for web.streams.WritableStream<*>, 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: Symbol not found for web.streams.WritableStream<*>

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