Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: add missing entry in globals.md
  • Loading branch information
aduh95 committed Oct 20, 2021
commit 3acf2e62dd105476cc9a1baafa59f5c91f117b5a
10 changes: 10 additions & 0 deletions doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@ added: v0.0.1

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

## `structuredClone(value[, options])`
<!-- YAML
Comment thread
aduh95 marked this conversation as 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