TextDecoder
Implements a JavaScript TextDecoderAPI.
Constructors
Types
Link copied to clipboard
object DecodeOptions
Shortcut methods for creating TextDecoderAPI.DecodeOptions instances.
Link copied to clipboard
Constructors for TextDecoder instances.
Link copied to clipboard
object Options
Shortcut methods for creating TextDecoderAPI.Options instances.
Properties
Functions
Link copied to clipboard
Decodes an input stream of bytes into a string.
Consumes and decodes an input buffer of bytes to a string.
Consumes and decodes an input channel into a string.
Decodes a byte array into a string.
Decodes a ByteBuffer using the provided options and this text decoder's assigned encoding.
Decodes a byte stream into a string, potentially with options; this method is for host-side dispatch only.
Decodes a byte stream into a string.
Decodes a byte stream into a string, potentially with options.
Link copied to clipboard
Link copied to clipboard