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 standardsimport { getBOMEncoding, legacyHookDecode, labelToName, normalizeEncoding } from '@exodus/bytes/encoding.js' Copy
import { TextDecoder, TextEncoder } from '@exodus/bytes/encoding.js'import { TextDecoderStream, TextEncoderStream } from '@exodus/bytes/encoding.js' // Requires Streams// Hooks for standardsimport { getBOMEncoding, legacyHookDecode, labelToName, normalizeEncoding } from '@exodus/bytes/encoding.js'
Implements the Encoding standard: TextDecoder, TextEncoder, TextDecoderStream, TextEncoderStream, some hooks.