Skip to content

Commit

Permalink
doc: add stability index to crypto.hash()
Browse files Browse the repository at this point in the history
PR-URL: #51978
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
joyeecheung authored and marco-ippolito committed Mar 5, 2024
1 parent 27f8549 commit 4a889e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -3637,6 +3637,8 @@ added:
- REPLACEME
-->

> Stability: 1.2 - Release candidate
* `algorithm` {string|undefined}
* `data` {string|ArrayBuffer|Buffer|TypedArray|DataView} When `data` is a
string, it will be encoded as UTF-8 before being hashed. If a different
Expand Down

0 comments on commit 4a889e8

Please sign in to comment.