classTextDecoderStreamclass TextDecoderStreamMDN Referencereadonly encoding: stringReturns encoding's name, lowercased.MDN Referencereadonly fatal: booleanReturns true if error mode is "fatal", otherwise false.MDN Referencereadonly ignoreBOM: booleanReturns the value of ignore BOM.MDN Referencereadonly readable: ReadableStream<string>MDN Referencereadonly writable: WritableStream<BufferSource>MDN Reference