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

fix(patch): fix #869, should not patch readonly method#871

Merged
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:issue-869
Aug 8, 2017
Merged

fix(patch): fix #869, should not patch readonly method#871
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:issue-869

Conversation

@JiaLiPassion
Copy link
Copy Markdown
Collaborator

fix #869,

in safari , some method (Such as HTMLCanvasElement.prototype.toBlob) is readonly, when we try to patch it , it will throw error.

@mhevery mhevery merged commit 31d38c1 into angular:master Aug 8, 2017
@JiaLiPassion JiaLiPassion deleted the issue-869 branch August 10, 2017 02:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

3 participants