From ce77266cc5884000643befcaac7f8334c0b25495 Mon Sep 17 00:00:00 2001 From: Alexander Trefz Date: Sun, 23 Jul 2023 12:40:46 +0200 Subject: Update nodejs-apis.md (#3762) `structuredClone` is implemented as of v0.7 --- docs/runtime/nodejs-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/runtime/nodejs-apis.md') 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. --- -- cgit v1.2.3