browserify / browserify/createHmac
Uncaught TypeError: Class constructor y cannot be invoked without 'new'
Open
- Dominant language
- JavaScript
- Stars
- 60
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Error using this code snippit:
Uncaught TypeError: Class constructor y cannot be invoked without 'new'
`import createHmac from "https://esm.sh/create-hmac";
createHmac("sha256", server_seed)
.update(public_seed)
.digest("hex")`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.