更新
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
exports = function(val) {
|
||||
if (window.ShadowRoot) {
|
||||
return val instanceof ShadowRoot;
|
||||
}
|
||||
return false;
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user