TextDecoder takes a stream UTF-8 bytes as input and emits a stream of code points
TextDecoder on MDN
Note: On Compute@Edge, TextDecoder only supports UTF-8 bytes as input, and always operates in non-fatal mode.
Generated using TypeDoc
TextDecoder takes a stream UTF-8 bytes as input and emits a stream of code points
TextDecoder on MDN
Note: On Compute@Edge, TextDecoder only supports UTF-8 bytes as input, and always operates in non-fatal mode.