Kanaries / Kanaries/web-data-loader
stream data supported for network request
Open
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
We need to support fetching large dataset through networks.
It can be implemented with:
1. fetching lots of small chunks of data and combining them together in browser.
2. handle a large data response as stream.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.