| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0375d95 commit acc22c7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -407,6 +407,16 @@ added: v0.0.1 | |||
| 407 | 407 | ||
| 408 | 408 | [`setTimeout`][] is described in the [timers][] section. | |
| 409 | 409 | ||
| 410 | + ## `structuredClone(value[, options])` | ||
| 411 | + | ||
| 412 | + <!-- YAML | ||
| 413 | + added: v17.0.0 | ||
| 414 | + --> | ||
| 415 | + | ||
| 416 | + <!-- type=global --> | ||
| 417 | + | ||
| 418 | + The WHATWG [`structuredClone`][] method. | ||
| 419 | + | ||
| 410 | 420 | ## `DOMException` | |
| 411 | 421 | ||
| 412 | 422 | <!-- YAML | |
@@ -498,6 +508,7 @@ The object that acts as the namespace for all W3C | |||
| 498 | 508 | [`setImmediate`]: timers.md#setimmediatecallback-args | |
| 499 | 509 | [`setInterval`]: timers.md#setintervalcallback-delay-args | |
| 500 | 510 | [`setTimeout`]: timers.md#settimeoutcallback-delay-args | |
| 511 | + [`structuredClone`]: https://developer.mozilla.org/en-US/docs/Web/API/structuredClone | ||
| 501 | 512 | [buffer section]: buffer.md | |
| 502 | 513 | [built-in objects]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects | |
| 503 | 514 | [module system documentation]: modules.md | |
| Back | FazBrowse Home | New Git URL |
0 commit comments