Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

fix: replace node buffers with uint8arrays #109

Merged
merged 2 commits into from
Aug 11, 2020

Commits on Aug 10, 2020

  1. fix: replace node buffers with uint8arrays

    Replaces all use of node Buffers with Uint8Arrays
    
    BREAKING CHANGES:
    
    - The `.data` property of received pubsub messages was a Buffer,
      now it is a Uint8Array
    - All deps of this module use Uint8Arrays
    achingbrain committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f4f0bab View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    8e4ac5e View commit details
    Browse the repository at this point in the history