From 3acf2e62dd105476cc9a1baafa59f5c91f117b5a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 20 Oct 2021 11:44:55 +0200 Subject: [PATCH 1/2] doc: add missing entry in `globals.md` Refs: https://github.com/nodejs/node/pull/39759#issuecomment-947236795 --- doc/api/globals.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/globals.md b/doc/api/globals.md index abb992ebe9a87f..a04ded00b494cc 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -381,6 +381,15 @@ added: v0.0.1 [`setTimeout`][] is described in the [timers][] section. +## `structuredClone(value[, options])` + + + + +The WHATWG [`structuredClone`][] method. + ## `DOMException`