Base64 encoding and decoding
Utility functions for encoding and decoding strings to and from base 64: window.atob() and window.btoa().
TextEncoder & TextDecoder
`TextEncoder` encodes a JavaScript string into bytes using the UTF-8 encoding and returns the resulting `Uint8Array` of those bytes. `TextDecoder` does the reverse.
WebCodecs API
API to provide more control over the encoding and decoding of audio, video, and images.
htmlimageelement api: decoding
mediacapabilities api: decodinginfo
svgimageelement api: decoding
html element: img: decoding
7 results found.