Skip to content

modifying Array.prototype in browser.js breaks array iteration code in IE #98

@exortech

Description

@exortech

Any code that iterates an array but isn't doing a hasOwnProperty check is going to break due to the addition of the filter function. Modifying the array prototype, especially in client-side code, is not recommended as it will break code in older browsers not designed to handle it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions