Object copy

Maxime Warnier marmax at gmail.com
Tue Jun 10 23:49:13 PDT 2014


Thanks for your answers.

Object.assign seems good but provides only copy for enumerable
properties, not a real deep clone.

I know for jquery, that's why i precised "only for DOM" but it was
just to show the syntax :)

2014-06-11 0:00 GMT+02:00 Rick Waldron <waldron.rick at gmail.com>:
>
>
>
> On Tue, Jun 10, 2014 at 12:32 PM, Maxime Warnier <marmax at gmail.com> wrote:
>>
>> Hi All
>>
>> Do you know if it is planned or maybe in discussion for ES7 to have a
>> simple clone system on objects ?
>>
>> There are different notations, from :
>>
>>  - jquery
>>
>> Object.clone( [withDataAndEvents ] [, deepWithDataAndEvents ] )
>
>
> jQuery doesn't clone objects, it clones DOM elements.
>
> Rick



-- 
Maxime


More information about the es-discuss mailing list