Skip to content

@ralphschuler.webgl shader factory.<internal>.Crypto

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: Crypto

@ralphschuler/webgl-shader-factory.<internal>.Crypto

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

MDN Reference

Table of contents

Properties

Methods

Properties

subtle

Readonly subtle: SubtleCrypto

Available only in secure contexts.

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5853

Methods

getRandomValues

getRandomValues<T>(array): T

MDN Reference

Type parameters

Name Type
T extends null | ArrayBufferView

Parameters

Name Type
array T

Returns

T

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5855


randomUUID

randomUUID(): `${string}-${string}-${string}-${string}-${string}`

Available only in secure contexts.

MDN Reference

Returns

`${string}-${string}-${string}-${string}-${string}`

Defined in

node_modules/typescript/lib/lib.dom.d.ts:5861

Typescript Libraries

Modules

Namespaces

Clone this wiki locally