TextDecoder takes a stream UTF-8 bytes as input and emits a stream of code points

See

TextDecoder on MDN

Note: On Compute@Edge, TextDecoder only supports UTF-8 bytes as input, and always operates in non-fatal mode.

Hierarchy

  • TextDecoder

Constructors

Accessors

Methods

Constructors

  • Parameters

    • Optional label: "utf-8" | "unicode-1-1-utf-8" | "utf8"

    Returns TextDecoder

Accessors

Methods

Generated using TypeDoc