deno_std
deno_std copied to clipboard
docs(crypto): improve docs
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.97%. Comparing base (
83991c7) to head (760b32b).
Additional details and impacted files
@@ Coverage Diff @@
## main #4797 +/- ##
=======================================
Coverage 91.97% 91.97%
=======================================
Files 487 487
Lines 41539 41540 +1
Branches 5365 5365
=======================================
+ Hits 38207 38208 +1
Misses 3274 3274
Partials 58 58
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
StdSubtleCrypto is lacking significant documentation: StdSubtleCrypto.digest and StdSubtleCrypto.digestSync are very incomplete and have no usage samples at all.
Thanks for pointing out, I was solely relying on lint:docs to yell at me :)
closing in favor of #4884