Skip to content

Should fill and copyWithIn methods be intercepted (observed) now ? #10973

Open
@zjffun

Description

@zjffun

What problem does this feature solve?

fill and copyWithIn methods are also mutating methods and has Standard status currently ECMAScript 2015 Language Specification – ECMA-262 6th Edition - copywithin , but they aren't being intercepted in

const methodsToPatch = [
'push',
'pop',
'shift',
'unshift',
'splice',
'sort',
'reverse'
]
. Should they join now ?

What does the proposed API look like?

null

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions