WOW
WOW copied to clipboard
'MutationObserver is not supported by your browser.' In Firefox Developer
I'm getting the message MutationObserver is not supported by your browser. using Firefox developer.
If I do console.log(MutationObserver) I get back function () If I do console.log(MozMutationObserver); I get a reference error, as I would expect.
Any update to this?