Skip to content

Commit 3acf2e6

Browse files
committed
doc: add missing entry in globals.md
Refs: nodejs#39759 (comment)
1 parent 4cb3e06 commit 3acf2e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/globals.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,15 @@ added: v0.0.1
381381

382382
[`setTimeout`][] is described in the [timers][] section.
383383

384+
## `structuredClone(value[, options])`
385+
<!-- YAML
386+
added: v17.0.0
387+
-->
388+
389+
<!-- type=global -->
390+
391+
The WHATWG [`structuredClone`][] method.
392+
384393
## `DOMException`
385394
<!-- YAML
386395
added: v17.0.0
@@ -466,6 +475,7 @@ The object that acts as the namespace for all W3C
466475
[`setImmediate`]: timers.md#setimmediatecallback-args
467476
[`setInterval`]: timers.md#setintervalcallback-delay-args
468477
[`setTimeout`]: timers.md#settimeoutcallback-delay-args
478+
[`structuredClone`]: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
469479
[buffer section]: buffer.md
470480
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
471481
[module system documentation]: modules.md

0 commit comments

Comments
 (0)