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:
is there way can use ie11 supported components ie9 meta tag?
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
Post a Comment