Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: decode ArrayBuffer as well as byte arrays #78

Merged
merged 2 commits into from
Jul 17, 2019

Conversation

gfx
Copy link
Member

@gfx gfx commented Jul 16, 2019

For low-level API that emits ArrayBuffer.

@codecov-io
Copy link

codecov-io commented Jul 16, 2019

Codecov Report

Merging #78 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
+ Coverage   98.14%   98.15%   +<.01%     
==========================================
  Files          15       15              
  Lines         916      919       +3     
  Branches      186      187       +1     
==========================================
+ Hits          899      902       +3     
  Misses         17       17
Impacted Files Coverage Δ
src/utils/typedArrays.ts 84.61% <100%> (+2.79%) ⬆️
src/decode.ts 100% <100%> (ø) ⬆️
src/Decoder.ts 98.85% <100%> (ø) ⬆️

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 7453508...7c3bdf6. Read the comment docs.

@gfx gfx merged commit e157074 into master Jul 17, 2019
@gfx gfx deleted the decode_to_take_array_buffer branch July 17, 2019 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants