• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

keplergl / kepler.gl / 12885006870

21 Jan 2025 10:29AM UTC coverage: 66.417% (-0.07%) from 66.482%
12885006870

push

github

web-flow
[feat] support for table plugin in demo examples and privately stored datasets (#2923)

- support for custom table plugin + demo examples
- support for custom table plugin + privately stored datasets
- isAppleDevice util

Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>

5976 of 10488 branches covered (56.98%)

Branch coverage included in aggregate %.

5 of 32 new or added lines in 4 files covered. (15.63%)

2 existing lines in 2 files now uncovered.

12274 of 16990 relevant lines covered (72.24%)

89.01 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/utils/src/browser-utils.ts
1
/**
2
 * Checks if the current device is an Apple device (Mac, iPhone, iPod, or iPad)
3
 * @returns {boolean} True if the current device is an Apple device
4
 */
5
export function isAppleDevice(): boolean {
NEW
6
  return /Mac|iPhone|iPod|iPad/.test(navigator.userAgent);
×
7
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc