@osovitny/anatoly 3.19.15 → 3.19.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3781,6 +3781,9 @@ class Browser {
|
|
|
3781
3781
|
"fire|sm-t|tab|gt-p|sch-i|xoom|tf101|kftt|kfot|kfjw|kfsowi|a500|rim\\w", "i");
|
|
3782
3782
|
return isTabletRegex.test(userAgent);
|
|
3783
3783
|
}
|
|
3784
|
+
static isMobileOrTablet() {
|
|
3785
|
+
return this.isMobile() || this.isTablet();
|
|
3786
|
+
}
|
|
3784
3787
|
}
|
|
3785
3788
|
|
|
3786
3789
|
/*
|