From 473fe335de99c3a78c2d6db5a7b69a73433f6667 Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Tue, 12 Jul 2022 16:35:39 -0400 Subject: [PATCH] Update supported environments to indicate JS DOM 20.0.0 now work. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f65b31..063ce99 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Supported environments are: * Node.js, * Browsers, +* Using [JSDOM](https://github.com/jsdom/jsdom) >= 20.0.0 * Other environments that provide `crypto.getRandomValues(typedArray)`, from the Web Crypto API. ## License