Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadjoubran/comlink-fetch
⚙️ A Web worker fetch wrapper using comlink
https://github.com/jadjoubran/comlink-fetch
comlink fetch performance workers
Last synced: 5 days ago
JSON representation
⚙️ A Web worker fetch wrapper using comlink
- Host: GitHub
- URL: https://github.com/jadjoubran/comlink-fetch
- Owner: jadjoubran
- Created: 2018-01-02T17:28:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T14:01:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T11:42:37.778Z (12 days ago)
- Topics: comlink, fetch, performance, workers
- Language: JavaScript
- Homepage: https://medium.com/@JoubranJad/running-fetch-in-a-web-worker-700dc33ac854
- Size: 22.5 KB
- Stars: 48
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comlink Fetch
An ES6 wrapper around fetch for [GoogleChromeLabs/comlink](https://github.com/GoogleChromeLabs/comlink)
# Install
```
npm install comlink-fetch --save
```