From acc22c7c4a74d29a530b99f767aa9b6a5a08e77a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 20 Oct 2021 11:44:55 +0200 Subject: [PATCH] doc: add missing entry in `globals.md` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: https://github.com/nodejs/node/pull/39759#issuecomment-947236795 PR-URL: https://github.com/nodejs/node/pull/40531 Reviewed-By: Tobias Nießen Reviewed-By: Anna Henningsen Reviewed-By: Rich Trott Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api/globals.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/api/globals.md b/doc/api/globals.md index 3d2155176a926e..8cc52e3a01433f 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -407,6 +407,16 @@ added: v0.0.1 [`setTimeout`][] is described in the [timers][] section. +## `structuredClone(value[, options])` + + + + + +The WHATWG [`structuredClone`][] method. + ## `DOMException`