Mohsen Hosseini
Results
2
issues of
Mohsen Hosseini
I think it is wrong because you get 4 bytes size for meta length in byte_array but limited in input.js only to 25000 as below ` if(meta_length > 25000) return...
Hi, May I know why you didn use Math.ceil `var byte_array = new Uint8Array((full_byte_string.length / 8) + ((full_byte_string.length % 8 != 0) ? 1 : 0));` Thanks