Skip to content

Commit acc22c7

Browse files
aduh95targos
authored andcommitted
doc: add missing entry in globals.md
Refs: #39759 (comment) PR-URL: #40531 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0375d95 commit acc22c7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/api/globals.md

+11
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,16 @@ added: v0.0.1
407407

408408
[`setTimeout`][] is described in the [timers][] section.
409409

410+
## `structuredClone(value[, options])`
411+
412+
<!-- YAML
413+
added: v17.0.0
414+
-->
415+
416+
<!-- type=global -->
417+
418+
The WHATWG [`structuredClone`][] method.
419+
410420
## `DOMException`
411421

412422
<!-- YAML
@@ -498,6 +508,7 @@ The object that acts as the namespace for all W3C
498508
[`setImmediate`]: timers.md#setimmediatecallback-args
499509
[`setInterval`]: timers.md#setintervalcallback-delay-args
500510
[`setTimeout`]: timers.md#settimeoutcallback-delay-args
511+
[`structuredClone`]: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
501512
[buffer section]: buffer.md
502513
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
503514
[module system documentation]: modules.md

0 commit comments

Comments
 (0)