Comlink Fetch

JSON →
library 0.1.2 ·javascript abandoned
verified Jun 7, 2026

Comlink Fetch is a minimal ES6 wrapper that integrates the native Fetch API with Comlink, enabling fetch calls to be offloaded to a Web Worker for improved UI performance. Current stable version: 0.1.2. Release cadence is low (single initial release). It differentiates by providing a zero-config proxy that allows fetch to be used transparently within workers, unlike manual message passing. Only supports default import, no named exports. Note: Package is experimental and no longer actively maintained.