Articles tagged: TextEncoder
Found 4 documents
- Web/API/TextEncoder TextEncoder takes a stream of code points as input and emits a stream of bytes. For a more ...
- Web/API/TextEncoder/encode The TextEncoder.encode method returns a Uint8Array containing the text given in parameters ...
- Web/API/TextEncoder/encoding The TextEncoder.encoding read-only property returns a DOMString containing the name of the ...
- Web/API/TextEncoder/TextEncoder The TextEncoder() constructor returns a newly created utf-8 TextEncoder object.