* Returns a ArrayBuffer with the result of digesting `data` using the * specified `AlgorithmIdentifier`.
(
algorithm: DigestAlgorithm,
data: BufferSource | Iterable<BufferSource>,
)
| 177 | * specified `AlgorithmIdentifier`. |
| 178 | */ |
| 179 | digestSync( |
| 180 | algorithm: DigestAlgorithm, |
| 181 | data: BufferSource | Iterable<BufferSource>, |
| 182 | ): ArrayBuffer; |
no outgoing calls
no test coverage detected