TextEncoderStream

E856193

TextEncoderStream is a Web Streams API interface that converts strings into UTF-8 encoded binary data chunks in a streaming fashion.

All labels observed (1)

Label Occurrences
TextEncoderStream canonical 3

How this entity was disambiguated

Statements (48)

Predicate Object
instanceOf Web API interface
encoding API interface
transform stream
availableIn modern browsers
canBeCombinedWith ReadableStream
WritableStream
fetch streaming bodies
canBeConstructedWith new TextEncoderStream()
category client-side web API
converts string chunks to binary chunks
defaultEncoding UTF-8
definedIn Encoding Standard
encodesTo UTF-8
encodingForm UTF-8 code units to bytes
encodingIs lossless
encodingNameFixed true
errorHandling propagates stream errors
exposedIn Window
Worker
Worklet
handles incremental encoding
streaming text input
hasProperty readable
writable
hasSynchronousCounterpart TextEncoder
implementsConcept TransformStream
inputType DOMString
introducedFor streaming text encoding
outputType Uint8Array chunks
partOf WHATWG Encoding API
Web Streams API
preserves code point boundaries
primaryUseEnvironment web browsers
readable ReadableStream of Uint8Array
relatedTo TextDecoder
TextDecoderStream
TextEncoder
standardizedBy WHATWG
status living standard feature
supportsChunkedProcessing true
supportsEncodingChange false
supportsStreamingBackpressure true
usableWith pipeThrough
pipeTo
usedFor encoding text for binary processing pipelines
encoding text for network transmission
encoding text for storage
writable WritableStream of DOMString

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

TransformStream oftenUsedWith TextEncoderStream
TextDecoderStream relatedInterface TextEncoderStream
Encoding API exposesInterface TextEncoderStream