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

Conversation

achingbrain
Copy link
Member

Removes use of node Buffers in favour of Uint8Arrays.

BREAKING CHANGE:

  • The .data property used to be a Buffer, now it is a Uint8Array

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 achingbrain requested review from vmx and rvagg August 4, 2020 15:36
@codecov
Copy link

codecov bot commented Aug 4, 2020

Codecov Report

Merging #54 into master will decrease coverage by 2.88%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
- Coverage   87.50%   84.61%   -2.89%     
==========================================
  Files           1        1              
  Lines          16       13       -3     
==========================================
- Hits           14       11       -3     
  Misses          2        2              
Impacted Files Coverage Δ
src/index.js 84.61% <100.00%> (-2.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ccd70a8...3d0ccf6. Read the comment docs.

@vmx vmx merged commit 0696e4d into master Aug 4, 2020
@vmx vmx deleted the fix/replace-node-buffers-with-uint8arrays branch August 4, 2020 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants