You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
It looks like your input string is not detected as such:
in the code, it checks for a native js string or arraybuffer otherwise it defaults to a node buffer object which has the copy method.
Try converting your input to one of those first.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using 'xxhash.js' or 'xxhash.min.js', I am getting the following error:
Uncaught TypeError: input.copy is not a function [at XXH.update (xxhash.js:2205)]
I tried to debug it on my own initially, but I can't follow what the problem is. My call looks like this:
Please let me know if I can provide any other information.
The text was updated successfully, but these errors were encountered: