According to caniuse, Opera supports the Speech Recognition API. However, when attempting to view a simple example, I cannot find the “allow” button alluded to upon click of the microphone icon. In Chrome, the allow microphone dialog immediately pops up when the microphone icon is first clicked. I’m testing on a clean install of Opera 39/Mac. Answer Like HiDeo said,
Tag: opera
DOM change event for Opera
So far I found how to do it in Chrome, the DOMSubtreeModified event: Is there a JavaScript/jQuery DOM change listener? Apparently it works in Firefox and IE 9 too. Do you know solutions for detecting DOM changes in other browsers such as Opera? And maybe older versions if IE, because I’m sure the event above doesn’t work in IE 6-7-8…