Skip to content

Commit

Permalink
doc: add missing entry in globals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 20, 2021
1 parent 4cb3e06 commit 3acf2e6
Showing 1 changed file with 10 additions and 0 deletions.
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
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

0 comments on commit 3acf2e6

Please sign in to comment.