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
Copy file name to clipboardExpand all lines: src/content/api/loaders.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -393,24 +393,32 @@ module.exports = function (source) {
393
393
394
394
`string`
395
395
396
+
<Badge text="5.95.0+" />
397
+
396
398
The encoding to use when generating the hash. See [output.hashDigest](/configuration/output/#outputhashdigest).
397
399
398
400
### this.hashDigestLength
399
401
400
402
`number`
401
403
404
+
<Badge text="5.95.0+" />
405
+
402
406
The prefix length of the hash digest to use. See [output.hashDigestLength](/configuration/output/#outputhashdigestlength).
403
407
404
408
### this.hashFunction
405
409
406
410
`string``function`
407
411
412
+
<Badge text="5.95.0+" />
413
+
408
414
The hashing algorithm to use. See [output.hashFunction](/configuration/output/#outputhashfunction).
409
415
410
416
### this.hashSalt
411
417
412
418
`string`
413
419
420
+
<Badge text="5.95.0+" />
421
+
414
422
An optional salt to update the hash via Node.JS' [`hash.update`](https://nodejs.org/api/crypto.html#crypto_hash_update_data_inputencoding). See [output.hashSalt](/configuration/output/#outputhashsalt).
0 commit comments