diff --git a/doc/api/globals.md b/doc/api/globals.md index abb992ebe9a87f..e2fcdb8bcfe9b3 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -381,6 +381,16 @@ added: v0.0.1 [`setTimeout`][] is described in the [timers][] section. +## `structuredClone(value[, options])` + + + + + +The WHATWG [`structuredClone`][] method. + ## `DOMException`