11 lines
187 B
JavaScript
11 lines
187 B
JavaScript
export {
|
|
TextDecoder,
|
|
TextEncoder,
|
|
TextDecoderStream,
|
|
TextEncoderStream,
|
|
normalizeEncoding,
|
|
getBOMEncoding,
|
|
labelToName,
|
|
legacyHookDecode,
|
|
} from './fallback/encoding.js'
|