• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
    • TextDecoder
    • .
    • decode
method TextDecoder.decode
TextDecoder.decode(
input?: BufferSource,
options?: TextDecodeOptions,
): string

Returns the result of running encoding's decoder.

Parameters

optional
input: BufferSource
optional
options: TextDecodeOptions

Return Type

string

Document Navigation

  • Parameters
    • input
    • options
  • Return Type