공부
[JS] ArrayBuffer to Blob
승가비
2020. 5. 18. 01:43
728x90
new Blob([new Uint8Array([1, 2, 3, 4]).buffer]);
https://stackoverflow.com/questions/44147912/arraybuffer-to-blob-conversion/44148694
ArrayBuffer to blob conversion
I have a project where I need to display djvu schemas in browser. I found this old library on Github which, as far as I understood, converts djvu files to bmp and then puts them into canvas elemen...
stackoverflow.com
https://heropy.blog/2019/02/28/blob/
Blob(블랍) 이해하기
JavaScript에서 Blob(Binary Large Object, 블랍)은 이미지, 사운드, 비디오와 같은 멀티미디어 데이터를 다룰 때 사용할 수 있습니다. 대개 데이터의 크기(Byte) 및 MIME 타입을 알아내거나, 데이터를 송수신�
heropy.blog
728x90