암호화, 미디어 데이터 처리, 그리고 fetch·crypto·TextEncoder 같은 Web API 연동에서 기본 컨테이너로 쓰인다.
Glossary
Uint8Array
Uint8Array는 0~255 범위의 8비트 부호 없는 정수를 다루는 JavaScript TypedArray다.
Glossary
Uint8Array는 0~255 범위의 8비트 부호 없는 정수를 다루는 JavaScript TypedArray다.
암호화, 미디어 데이터 처리, 그리고 fetch·crypto·TextEncoder 같은 Web API 연동에서 기본 컨테이너로 쓰인다.