TextDecoderStream

open external class TextDecoderStream(label: String = definedExternally, options: TextDecoderStreamTextDecoderStreamInit = definedExternally) : TransformStream<dynamic, String>

Constructors

Link copied to clipboard
constructor(label: String = definedExternally, options: TextDecoderStreamTextDecoderStreamInit = definedExternally)

Properties

Link copied to clipboard
Link copied to clipboard
open var writable: WritableStream<dynamic>