StructuredCloneBuiltin
Structured Clone Built-in
Implements the structuredClone
global function for JavaScript, which is used to create a deep copy of an object, usually for the purpose of transferring it between different execution contexts.
Standards Compliance
The Navigator structuredClone
function is defined as part of the WinterTC Minimum Common API.
Functions
Return the display name of this intrinsic; this is typically the Symbol bound to the value.
Install this intrinsic into the provided context bindings for a fresh context; this will only be called once per spawned context.
Indicate the language which this intrinsic is intended to be used with.
Indicate whether this intrinsic is intended to be used with a given guest language.
Return the display name of this intrinsic; this is typically the Symbol bound to the value.