From 02f0fc513dc694a9c5b7ab1d1a851fc798131e3f Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 6 Sep 2024 09:48:57 +0000 Subject: [PATCH] chore(docs): update browser support information (#522) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b394c885..824c2472 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ The following runtimes are supported: - Jest 28 or greater with the `"node"` environment (`"jsdom"` is not supported at this time). - Nitro v2.6 or greater. - Web browsers: disabled by default to avoid exposing your secret API credentials (see our help center for [best practices](https://support.anthropic.com/en/articles/9767949-api-key-best-practices-keeping-your-keys-safe-and-secure)). Enable browser support by explicitly setting `dangerouslyAllowBrowser` to `true`. +
More explanation

Why is this dangerous?