Bug: Incorrect return type of SubtleCrypto.digest #3984
Labels
Bug
A bug in TypeScript
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Fixed
A PR has been merged for this issue
Help Wanted
You can do this
Milestone
Currently window.crypto.subtle.digest() return type is specified as
any
. Instead, it should be aPromise<ArrayBuffer>
The text was updated successfully, but these errors were encountered: