aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar Alexander Trefz <alexander.trefz@gmail.com> 2023-07-23 12:40:46 +0200
committerGravatar GitHub <noreply@github.com> 2023-07-23 03:40:46 -0700
commitce77266cc5884000643befcaac7f8334c0b25495 (patch)
tree33ec20511e134ddfa1950fe2304314e358f6e483 /docs/runtime/nodejs-apis.md
parentce9bba9dd560300c5ab800a9bf932425b251b75b (diff)
downloadbun-ce77266cc5884000643befcaac7f8334c0b25495.tar.gz
bun-ce77266cc5884000643befcaac7f8334c0b25495.tar.zst
bun-ce77266cc5884000643befcaac7f8334c0b25495.zip
Update nodejs-apis.md (#3762)
`structuredClone` is implemented as of v0.7
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index e2d35ec6a..dad8489c0 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -592,8 +592,8 @@ The table below lists all globals implemented by Node.js and Bun's current compa
---
- {% anchor id="node_structuredclone" %} [`structuredClone()`](https://developer.mozilla.org/en-US/docs/Web/API/structuredClone) {% /anchor %}
-- 🔴
-- Not implemented.
+- 🟢
+- Fully implemented.
---