aboutsummaryrefslogtreecommitdiffstats
path: root/src/selector/support.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/selector/support.js')
-rw-r--r--src/selector/support.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/selector/support.js b/src/selector/support.js
index ea9f24050..387c41bfe 100644
--- a/src/selector/support.js
+++ b/src/selector/support.js
@@ -1,5 +1,8 @@
import support from "../var/support.js";
+// Support: IE 11+
+// IE doesn't support `CSS.supports( "selector(...)" )`; it will throw
+// in this support test.
try {
/* eslint-disable no-undef */