• 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
  • Encoding API
    • TextDecoderStream
interface TextDecoderStream

Properties

readonly
encoding: string

Returns encoding's name, lowercased.

readonly
fatal: boolean

Returns true if error mode is "fatal", and false otherwise.

readonly
ignoreBOM: boolean

Returns true if ignore BOM flag is set, and false otherwise.

readonly
readable: ReadableStream<string>
readonly
writable: WritableStream<BufferSource>
readonly
[[Symbol.toStringTag]]: string
variable TextDecoderStream

Properties

readonly
prototype: TextDecoderStream

Document Navigation

  • Properties
    • encoding
    • fatal
    • ignoreBOM
    • readable
    • writable
    • [[Symbol.toStringTag]]
  • Properties
    • prototype