uzairfarooq / arrive

Watch for DOM elements creation and removal
MIT License
869 stars 99 forks source link

HTMLElement.matches in old Opera #77

Open K0nfy opened 3 years ago

K0nfy commented 3 years ago

I think Arrive.js will not work in Opera 11.5-20 because these browser versions has "matches" function only with "o" prefix (Element.prototype.oMatchesSelector or maybe HTMLElement.prototype.oMatchesSelector)

image image image