logo hsb.horse
← Back to glossary index

Glossary

Uint8Array

Uint8Array is a JavaScript TypedArray for 8-bit unsigned integers (0-255), commonly used in binary processing.

Published: Updated:

It is a core container for cryptography, media handling, and Web APIs such as fetch, crypto, and TextEncoder.

References