Package-level declarations
Types
Link copied to clipboard
Base interface, used in an abstract capacity for methods shared by TextEncoder and TextDecoder; this symbol is not installed in the guest context.
Link copied to clipboard
TextDecoder
is part of the Encoding API (in JavaScript), and is responsible for decoding byte streams into strings using a specific character encoding.
Link copied to clipboard
TextEncoder
is part of the Encoding API, and provides facilities for encoding strings into, and decoding strings from, byte streams.