Articles tagged: Encoding
Found 9 documents
- Web/API/Media_Source_Extensions_API/Transcoding_assets_for_MSE When working with media source extensions, it is likely that you need to condition your assets ...
- Web/API/TextDecoder The TextDecoder interface represents a decoder for a specific method, that is a specific ...
- Web/API/TextDecoder/decode The TextDecoder.decode method returns a DOMString containing the text, given in parameters, ...
- Web/API/TextDecoder/encoding The TextDecoder.encoding read-only property returns a DOMString containing the name of the ...
- Web/API/TextDecoder/TextDecoder The TextDecoder() constructor returns a newly created TextDecoder object for the encoding ...
- 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.