Update nodejs-apis.md (#3762)

`structuredClone` is implemented as of v0.7
This commit is contained in:
Alexander Trefz
2023-07-23 12:40:46 +02:00
committed by GitHub
parent ce9bba9dd5
commit ce77266cc5

View File

@@ -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.
---