Skip to main content

method Uint8Array.setFromHex

#Uint8Array.setFromHex(string: string): { read: number; written: number; }

Populates this Uint8Array object with data from a hex string.

MDN

Parameters #

#string: string

Return Type #

{ read: number; written: number; }

Did you find what you needed?

Privacy policy