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`