Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

readonly property should not be patched in patchMethod in v0.8.16 #869

@manugarciac

Description

@manugarciac

I'm getting the error while testing my application on Safari. It is fixed if I comment this lines (lines 1226 to 1228):

    proto[name] = function () {
        return patchDelegate_1(this, arguments);
    };

Inside function patchMethod(target, name, patchFn).

Could you please check it out?

Thank you

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