Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add missing entry in globals.md #40531

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions doc/api/globals.md
Expand Up @@ -381,6 +381,15 @@ added: v0.0.1

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

## `structuredClone(value[, options])`
<!-- YAML
aduh95 marked this conversation as resolved.
Show resolved Hide resolved
added: v17.0.0
-->

<!-- type=global -->

The WHATWG [`structuredClone`][] method.

## `DOMException`
<!-- YAML
added: v17.0.0
Expand Down Expand Up @@ -466,6 +475,7 @@ The object that acts as the namespace for all W3C
[`setImmediate`]: timers.md#setimmediatecallback-args
[`setInterval`]: timers.md#setintervalcallback-delay-args
[`setTimeout`]: timers.md#settimeoutcallback-delay-args
[`structuredClone`]: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
[buffer section]: buffer.md
[built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
[module system documentation]: modules.md
Expand Down