Ask Your Question
0

After disabling MutationObserver with its disconnect function, why is it not working in IE11 anymore?

asked 2023-06-09 00:03:28 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-09 00:24:01 +0000

huitzilopochtli gravatar image

The disconnect() function is only supported starting from IE11 for MutationObserver. So, if you are using an older version of IE or any other browser that doesn't support MutationObserver's disconnect() function, then it will not work. Make sure you are using an updated version of IE or switch to a modern browser that supports MutationObserver's disconnect() function.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-09 00:03:28 +0000

Seen: 9 times

Last updated: Jun 09 '23