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

fix(toString): fix #802, fix ios 9 MutationObserver toString error#803

Merged
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:issue-802
Jun 7, 2017
Merged

fix(toString): fix #802, fix ios 9 MutationObserver toString error#803
mhevery merged 1 commit intoangular:masterfrom
JiaLiPassion:issue-802

Conversation

@JiaLiPassion
Copy link
Copy Markdown
Collaborator

fix #802,

in ios 9, webkt MutationObserver is not a function, is a object, so in zone.js patched Function.prototype.toString, we should check the native object's type is function or object.

@mhevery mhevery merged commit 68aa03e into angular:master Jun 7, 2017
@JiaLiPassion JiaLiPassion deleted the issue-802 branch July 13, 2017 04:26
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.

toString patched function throws an exception on iOS 9.3.5

3 participants