From 763bbf1e84381cae8777123c999cdd905deffc62 Mon Sep 17 00:00:00 2001 From: Arnaud Dagnelies Date: Fri, 22 Sep 2023 09:46:02 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba9291..c1306ff 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,11 @@ So you might for example `import { client } from '@passwordless-id/webauthn'` fo ### Runs in... - In Chrome, Edge, Safari (*Firefox is still missing a [piece](https://github.com/passwordless-id/webauthn/issues/18)*) -- NodeJS **19+** (For older Node versions, take a look at [Arch0125's fork](https://github.com/Arch0125/webauthn/tree/nodev14-v16-support) ) +- NodeJS **19+** (*) - Cloudflare Workers - Probably in most recent browsers/servers +(*) For older Node versions, take a look at [Arch0125's fork](https://github.com/Arch0125/webauthn/tree/nodev14-v16-support). (The reason of the Node 19+ compatibility is basically `WebCrypto` being globally available, making it possible to use the same build for all targets: browser, node, clouflare workers...) Utilities ---------