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

visgl / loaders.gl / 23057518307

13 Mar 2026 03:18PM UTC coverage: 35.365% (-0.007%) from 35.372%
23057518307

push

github

web-flow
chore: update package.json "browser" fields (#3318)

1200 of 2011 branches covered (59.67%)

Branch coverage included in aggregate %.

0 of 23 new or added lines in 1 file covered. (0.0%)

38085 of 109074 relevant lines covered (34.92%)

0.8 hits per line

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

0.0
/modules/worker-utils/src/lib/process-utils/child-process-proxy.browser.ts
NEW
1
// loaders.gl
×
NEW
2
// SPDX-License-Identifier: MIT
×
NEW
3
// Copyright (c) vis.gl contributors
×
NEW
4

×
NEW
5
import type {ChildProcessProxyProps} from './child-process-proxy';
×
NEW
6

×
NEW
7
export default class ChildProcessProxy {
×
NEW
8
  constructor() {
×
NEW
9
    throw new Error('ChildProcessProxy is not available in browser environments');
×
NEW
10
  }
×
NEW
11

×
NEW
12
  async start(props?: ChildProcessProxyProps): Promise<object> {
×
NEW
13
    return await Promise.resolve({});
×
NEW
14
  }
×
NEW
15

×
NEW
16
  async stop(): Promise<void> {
×
NEW
17
    return await Promise.resolve();
×
NEW
18
  }
×
NEW
19

×
NEW
20
  async exit(): Promise<void> {
×
NEW
21
    return await Promise.resolve();
×
NEW
22
  }
×
NEW
23
}
×
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

© 2026 Coveralls, Inc