DecodeOptions

Decode Options

Specifies options for calls to TextDecoder.decode.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When set to true, the decoder will treat the input as a stream of bytes, and will not throw an error if the input is incomplete.