Class TextEncoderStream
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The TextEncoderStream interface of the 'Encoding API' converts a stream of strings into bytes in the UTF-8 encoding. It is the streaming equivalent of TextEncoder.
[Value("TextEncoderStream")]
public class TextEncoderStream
- Inheritance
-
TextEncoderStream
- Inherited Members
Remarks
-TextDecoderStream
-Streams API Concepts
-Experimenting with the Streams API
-Streaming requests with the fetch API, developer.chrome.com (2020)
Constructors
TextEncoderStream()
The TextEncoderStream() constructor creates a new TextEncoderStream object which is used to convert a stream of strings into bytes using UTF-8 encoding.
public TextEncoderStream()