| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Emit a DEP0206 deprecation warning when Hmac.digest() is called on an already-finalized instance. This behavior is inconsistent with Hash.digest() which throws ERR_CRYPTO_HASH_FINALIZED. Fixes: nodejs#62838 Co-authored-by: Filip Skokan <panva.ip@gmail.com> Signed-off-by: developers-universe-1 <madelynreyes2026@gmail.com> Signed-off-by: Filip Skokan <panva.ip@gmail.com>
|
cc @nodejs/tsc for semver-major PRs that contain breaking changes and should be released in the next major version. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Emit a DEP0206 deprecation warning when Hmac.digest() is called on an already-finalized instance. This behavior is inconsistent with Hash.digest() which throws ERR_CRYPTO_HASH_FINALIZED.
Fixes: #62838