File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,15 @@ added: v0.0.1
381
381
382
382
[ ` setTimeout ` ] [ ] is described in the [ timers] [ ] section.
383
383
384
+ ## ` structuredClone(value[, options]) `
385
+ <!-- YAML
386
+ added: v17.0.0
387
+ -->
388
+
389
+ <!-- type=global -->
390
+
391
+ The WHATWG [ ` structuredClone ` ] [ ] method.
392
+
384
393
## ` DOMException `
385
394
<!-- YAML
386
395
added: v17.0.0
@@ -466,6 +475,7 @@ The object that acts as the namespace for all W3C
466
475
[ `setImmediate` ] : timers.md#setimmediatecallback-args
467
476
[ `setInterval` ] : timers.md#setintervalcallback-delay-args
468
477
[ `setTimeout` ] : timers.md#settimeoutcallback-delay-args
478
+ [ `structuredClone` ] : https://developer.mozilla.org/en-US/docs/Web/API/structuredClone
469
479
[ buffer section ] : buffer.md
470
480
[ built-in objects ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects
471
481
[ module system documentation ] : modules.md
You can’t perform that action at this time.
0 commit comments