Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>Crypto

Deno Standard Extensions
Go to Latest
interface Crypto
import { type Crypto } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives.

Properties

readonly
subtle: SubtleCrypto

Available only in secure contexts.

Methods

getRandomValues<T extends ArrayBufferView | null>(array: T): T