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

visgl / loaders.gl / 25798210458

13 May 2026 12:10PM UTC coverage: 60.27%. Remained the same
25798210458

push

github

web-flow
Remove caution about LAS v1.4 file support (#3272)

13159 of 24150 branches covered (54.49%)

Branch coverage included in aggregate %.

27149 of 42729 relevant lines covered (63.54%)

15182.84 hits per line

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

100.0
/modules/worker-utils/src/lib/node/worker_threads-browser.ts
1
// loaders.gl
2
// SPDX-License-Identifier: MIT
3
// Copyright (c) vis.gl contributors
4

5
/** Browser polyfill for Node.js built-in `worker_threads` module.
6
 * These fills are non-functional, and just intended to ensure that
7
 * `import 'worker_threads` doesn't break browser builds.
8
 * The replacement is done in package.json browser field
9
 */
10
export class NodeWorker {
11
  terminate() {}
12
}
13

14
export type {NodeWorker as NodeWorkerType};
15

16
export const parentPort = null;
385✔
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