Function setUint64

  • Take a large 64-bit number and encode it into a DataView

    Parameters

    • dv: DataView

      a DataView

    • offset: number

      the offset in the DataView

    • value: number

      the encoded 64-bit number

    Returns void