* Returns a new `Promise` object that will digest `data` using the specified * `AlgorithmIdentifier`.
(
algorithm: DigestAlgorithm,
data: BufferSource | AsyncIterable<BufferSource> | Iterable<BufferSource>,
)
| 168 | * `AlgorithmIdentifier`. |
| 169 | */ |
| 170 | digest( |
| 171 | algorithm: DigestAlgorithm, |
| 172 | data: BufferSource | AsyncIterable<BufferSource> | Iterable<BufferSource>, |
| 173 | ): Promise<ArrayBuffer>; |
no outgoing calls
no test coverage detected