A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on IRC (such as one of these permanent autoconfirmed members).
Crypto
Overview
This document describes a proposal for the window.crypto API.
Interface
[Suplemental, NoInterfaceObject] interface Window { readonly attribute Crypto crypto; }; [NoInterfaceObject] interface Crypto { void getRandomValues(in ArrayBufferView array); };