Companion

object Companion

Factories and default values for text decoder options.

Properties

Link copied to clipboard

Default settings for text encoder options.

Functions

Link copied to clipboard
fun from(value: Value?): TextDecoder.Options

Decode options from a guest value.

Link copied to clipboard
fun of(fatal: Boolean = false, ignoreBOM: Boolean = false): TextDecoder.Options

Creates a new instance of the decoder options with the specified settings.