Closed diegonvs closed 5 years ago
If you try use document.contains(document.querySelector('link')) on IE11 the browser returns the following message:
document.contains(document.querySelector('link'))
Object doesn't support property or method 'contains'
domNamed implementation of contains just follow browser implementation.
contains
PS: Using IE11 with old Trident engine, that comes default on latest Windows 7 or Windows 8.1 builds.
If you try use
document.contains(document.querySelector('link'))
on IE11 the browser returns the following message:Object doesn't support property or method 'contains'
domNamed implementation of
contains
just follow browser implementation.PS: Using IE11 with old Trident engine, that comes default on latest Windows 7 or Windows 8.1 builds.