circu.js
    Preparing search index...

    text.Decoder - Decodes binary data to strings Supports various character encodings via libiconv

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    encoding: string

    The encoding name

    fatal: boolean

    Whether fatal mode is enabled

    ignoreBOM: boolean

    Whether BOM should be ignored

    Methods

    • Decode binary data to string

      Parameters

      • buffer: ArrayBuffer | ArrayBufferView<ArrayBufferLike>

        Binary data to decode

      • Optionaloptions: TextDecodeOptions

        Decode options

      Returns string

      Decoded string