We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When setting up the prototype, the code checks if UInt8Array is defined.
UInt8Array
This looks like a typo; it should instead be checking for Uint8Array (lowercase i).
Uint8Array
The text was updated successfully, but these errors were encountered:
09008fb
Merge pull request #3 from frasern/master
5cf24bb
Fixed #2 -- corrected typo that prevented Uint8Array from being used.
No branches or pull requests
When setting up the prototype, the code checks if
UInt8Array
is defined.This looks like a typo; it should instead be checking for
Uint8Array
(lowercase i).The text was updated successfully, but these errors were encountered: