File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments