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

Accept Uint8Array #47

Merged
merged 1 commit into from
Sep 15, 2018
Merged

Accept Uint8Array #47

merged 1 commit into from
Sep 15, 2018

Conversation

tyfkda
Copy link
Contributor

@tyfkda tyfkda commented Sep 14, 2018

Hi @pvorb ,
I want this library to accept Uint8Array.

It seems the library already accept Array,
and Uint8Array is also handled as well.

I don't have necessity for other typed arrays (Uint8ClampedArray, etc...),
so added Uint8Array only.

@pvorb
Copy link
Owner

pvorb commented Sep 14, 2018

Thanks. Please fix the unit tests.

@tyfkda
Copy link
Contributor Author

tyfkda commented Sep 14, 2018

Thank you for your comment.

I've fixed the unit test,
putting polyfills directly in it for node.js 0.12.

@tyfkda
Copy link
Contributor Author

tyfkda commented Sep 14, 2018

Added note to README.

@pvorb pvorb merged commit 0d7cae8 into pvorb:master Sep 15, 2018
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.

None yet

2 participants