Docs
Reference
Guides
Blog
Discord
/
Bun
/
CryptoHashInterface
/
update
update
F
update
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
Bun
/
CryptoHashInterface
/
update
update
F
update
Symbol
CryptoHashInterface.update
update
(
data
:
BlobOrStringOrBuffer
)
:
T
Update the hash with data
Referenced types
type
BlobOrStringOrBuffer
=
string
|
NodeJS.TypedArray
|
ArrayBufferLike
|
Blob