@exodus/bytes
    Preparing search index...

    Module @exodus/bytes/encoding.js

    Implements the Encoding standard: TextDecoder, TextEncoder, TextDecoderStream, TextEncoderStream, some hooks.

    import { TextDecoder, TextEncoder } from '@exodus/bytes/encoding.js'
    import { TextDecoderStream, TextEncoderStream } from '@exodus/bytes/encoding.js' // Requires Streams

    // Hooks for standards
    import { getBOMEncoding, legacyHookDecode, labelToName, normalizeEncoding } from '@exodus/bytes/encoding.js'

    Variables

    TextDecoder
    TextDecoderStream
    TextEncoder
    TextEncoderStream

    Functions

    getBOMEncoding
    labelToName
    legacyHookDecode
    normalizeEncoding