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

support for another object with a compatible API #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deeprnd
Copy link

@deeprnd deeprnd commented Mar 17, 2022

Currently the library doesn't support the stated feature of "All parameters must be Uint8Array, Buffer or another object with a compatible API".

Specifically, if the library is used with the client-side JS, and the Buffer object, while supporting the compatible API, but doesn't extend Uint8Array - the assertions across the library fail.

This PR fixes that by extending the verification to the Buffer object, beyond the Uint8Array.

The PR doesn't impair nor adds complexity to the library and opens it to more general use cases

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

1 participant