Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

fix: replace node buffers with uint8arrays #54

Merged
merged 1 commit into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. fix: replace node buffers with uint8arrays

    Removes use of node Buffers in favour of Uint8Arrays.
    
    BREAKING CHANGE:
    
    - The `.data` property used to be a Buffer, now it is a Uint8Array
    achingbrain committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    3d0ccf6 View commit details
    Browse the repository at this point in the history