We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4f2b7 + 62775a3 commit 2b57749Copy full SHA for 2b57749
src/utils/compat-dom-utils.html
@@ -21,6 +21,8 @@
21
22
e.observeNodes = function() {};
23
24
+ e.unobserveNodes = function() {};
25
+
26
e.deepContains = function(node) {
27
if (this.contains(node)) {
28
return true;
0 commit comments