internet explorer - Using MutationObserver with IE9 compatibility in IE11 browser -


in our project, using ie11 ie9 meta tag. because of getting error 'mutationobserver' undefined. have 2 questions:

  1. is there way can use ie11 supported components ie9 meta tag?

  2. is there alternative similar mutationobserver ie9 can use minimum changes in code , source repo?

really appreciate , support!!

if using ie11, , don't need support ie9, there no reason have compatibility meta tag. have seen, disables kinds of useful stuff.

that said, if need support ie9, or need meta tag (which terrible), can use polyfill. https://github.com/webcomponents/webcomponentsjs/blob/master/src/mutationobserver/mutationobserver.js


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -