Skip to content

'toString' field removed from cloned object #105

@assafey

Description

@assafey

Cloning an object that includes field 'toString' will have the following affect:
before clone:

[ { a: 'aaa', toString: 'bbb' }, { a: 'ccc', toString: 'ddd' } ]

after clone:

[ { a: 'aaa' }, { a: 'ccc' } ]

'toString' field is removed from cloned object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions