diff options
author | 2023-07-23 12:40:46 +0200 | |
---|---|---|
committer | 2023-07-23 03:40:46 -0700 | |
commit | ce77266cc5884000643befcaac7f8334c0b25495 (patch) | |
tree | 33ec20511e134ddfa1950fe2304314e358f6e483 /docs/runtime/nodejs-apis.md | |
parent | ce9bba9dd560300c5ab800a9bf932425b251b75b (diff) | |
download | bun-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.md | 4 |
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. --- |