Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking for MutationObserver not in global #114

Merged
merged 1 commit into from
Mar 2, 2014
Merged

Checking for MutationObserver not in global #114

merged 1 commit into from
Mar 2, 2014

Conversation

benjamingr
Copy link
Collaborator

At the moment the scheduler checks MutationObserver and then assigning global.MutationObserver - causes a lot of fun in IE 11 extensions.

Also, @stefanpenner warned me IE10 does strange things when using MutationObserver:

http://codeforhire.com/2013/09/21/setimmediate-and-messagechannel-broken-on-internet-explorer-10/

cujojs/when#197

To be fair, I haven't run into any issues myself running promises on the page, but then again I did not run it with spin.js - I'll try to reproduce

At the moment the scheduler checks MutationObserver and then assigning global.MutationObserver - causes a lot of fun in IE 11 extensions.
@benjamingr
Copy link
Collaborator Author

Can't reproduce the IE10 problem with Spin.js, I'll try more spinners and promises to load it soon. The problem is that the IE dev-tools crash long before I'm able to reach any conclusion - I'll write a better test.

petkaantonov added a commit that referenced this pull request Mar 2, 2014
Checking for MutationObserver not in global
@petkaantonov petkaantonov merged commit 5d20d83 into petkaantonov:master Mar 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants