aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2023-07-16 22:42:19 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-16 22:42:19 -0700
commit7917ebd58f852685f5b8abc50541747bfbb2ee13 (patch)
tree8b07c61945b428583e8f2cdd9d59d3399811e8e4 /docs/runtime/nodejs-apis.md
parenta86d00c6728f0fdab2f9302c3e02bc712df4ba0c (diff)
downloadbun-7917ebd58f852685f5b8abc50541747bfbb2ee13.tar.gz
bun-7917ebd58f852685f5b8abc50541747bfbb2ee13.tar.zst
bun-7917ebd58f852685f5b8abc50541747bfbb2ee13.zip
Fixes base64url encoding for crypto (#3654)
* Fixes base64url encoding for crypto * :green_apple: * Update nodejs-apis.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index db4844b7e..79b01ebff 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -26,8 +26,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
---
- {% anchor id="node_buffer" %} [`node:buffer`](https://nodejs.org/api/buffer.html) {% /anchor %}
-- 🟡
-- Incomplete implementation of `base64` and `base64url` encodings.
+- 🟢
---