TextEncoderStream
E856193
TextEncoderStream is a Web Streams API interface that converts strings into UTF-8 encoded binary data chunks in a streaming fashion.
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
Web API interface
ⓘ
encoding API interface ⓘ transform stream ⓘ |
| availableIn | modern browsers ⓘ |
| canBeCombinedWith |
ReadableStream
NERFINISHED
ⓘ
WritableStream NERFINISHED ⓘ fetch streaming bodies ⓘ |
| canBeConstructedWith | new TextEncoderStream() ⓘ |
| category | client-side web API ⓘ |
| converts | string chunks to binary chunks ⓘ |
| defaultEncoding | UTF-8 ⓘ |
| definedIn | Encoding Standard NERFINISHED ⓘ |
| encodesTo | UTF-8 ⓘ |
| encodingForm | UTF-8 code units to bytes ⓘ |
| encodingIs | lossless ⓘ |
| encodingNameFixed | true ⓘ |
| errorHandling | propagates stream errors ⓘ |
| exposedIn |
Window
ⓘ
Worker NERFINISHED ⓘ Worklet ⓘ |
| handles |
incremental encoding
ⓘ
streaming text input ⓘ |
| hasProperty |
readable
ⓘ
writable ⓘ |
| hasSynchronousCounterpart | TextEncoder NERFINISHED ⓘ |
| implementsConcept | TransformStream ⓘ |
| inputType | DOMString ⓘ |
| introducedFor | streaming text encoding ⓘ |
| outputType | Uint8Array chunks ⓘ |
| partOf |
WHATWG Encoding API
NERFINISHED
ⓘ
Web Streams API NERFINISHED ⓘ |
| preserves | code point boundaries ⓘ |
| primaryUseEnvironment | web browsers ⓘ |
| readable | ReadableStream of Uint8Array ⓘ |
| relatedTo |
TextDecoder
NERFINISHED
ⓘ
TextDecoderStream NERFINISHED ⓘ TextEncoder NERFINISHED ⓘ |
| standardizedBy | WHATWG NERFINISHED ⓘ |
| status | living standard feature ⓘ |
| supportsChunkedProcessing | true GENERATED ⓘ |
| supportsEncodingChange | false GENERATED ⓘ |
| supportsStreamingBackpressure | true GENERATED ⓘ |
| usableWith |
pipeThrough
ⓘ
pipeTo ⓘ |
| usedFor |
encoding text for binary processing pipelines
ⓘ
encoding text for network transmission ⓘ encoding text for storage ⓘ |
| writable | WritableStream of DOMString ⓘ |
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.