mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Tweak _.cloneDeep docs.
Former-commit-id: 992471067498a0be795f473fabaaf8e45581f291
This commit is contained in:
@@ -1857,7 +1857,7 @@ deep[0] === stooges[0];
|
|||||||
### <a id="_clonedeepvalue"></a>`_.cloneDeep(value)`
|
### <a id="_clonedeepvalue"></a>`_.cloneDeep(value)`
|
||||||
<a href="#_clonedeepvalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/master/lodash.js#L1095 "View in source") [Ⓣ][1]
|
<a href="#_clonedeepvalue">#</a> [Ⓢ](https://github.com/bestiejs/lodash/blob/master/lodash.js#L1095 "View in source") [Ⓣ][1]
|
||||||
|
|
||||||
Creates a deep clone of `value`. Functions and DOM nodes are **not** cloned. The enumerable properties of `arguments` objects and objects created by constructors other than `Object` are cloned to plain `Object` objects. Note: Lo-Dash's deep clone functionality is loosely based on the structured clone algorithm. See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
|
Creates a deep clone of `value`. Functions and DOM nodes are **not** cloned. The enumerable properties of `arguments` objects and objects created by constructors other than `Object` are cloned to plain `Object` objects. Note: This function is loosely based on the structured clone algorithm. See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
|
||||||
|
|
||||||
#### Arguments
|
#### Arguments
|
||||||
1. `value` *(Mixed)*: The value to deep clone.
|
1. `value` *(Mixed)*: The value to deep clone.
|
||||||
|
|||||||
@@ -1072,7 +1072,7 @@
|
|||||||
* The enumerable properties of `arguments` objects and objects created by
|
* The enumerable properties of `arguments` objects and objects created by
|
||||||
* constructors other than `Object` are cloned to plain `Object` objects.
|
* constructors other than `Object` are cloned to plain `Object` objects.
|
||||||
*
|
*
|
||||||
* Note: Lo-Dash's deep clone functionality is loosely based on the structured clone algorithm.
|
* Note: This function is loosely based on the structured clone algorithm.
|
||||||
* See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
|
* See http://www.w3.org/TR/html5/common-dom-interfaces.html#internal-structured-cloning-algorithm.
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
|
|||||||
Reference in New Issue
Block a user