Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class DigestStream
import { DigestStream } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
DigestStream(algorithm: string | SubtleCryptoHashAlgorithm)

Properties

readonly
digest: Promise<ArrayBuffer>