interface TextDecoderStream
          
readonly
readable: ReadableStream<string>
      
    readonly
writable: WritableStream<BufferSource>
      
    
readable: ReadableStream<string>
      
    
writable: WritableStream<BufferSource>
      
    
prototype: TextDecoderStream