• This prints the contents of the passed array buffer as hex values to the console.

    Good for debugging stuff.

    Parameters

    • name: string

      Name that is prepended

    • data: Uint8Array

      The data to print

    Returns void