'Is there any equivalent function in javascript of bytes.fromhex()

I want to convert my hexadecimal string to byte literal in javascript

bytes.fromhex(get_hex_coded_ascii(payload_size + payload + str(crc)) this code is in python but I want to change this into javascipt



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source