## Problem Open P1 item from docs/gaps.md: no helper for offloading parsing to a worker in browser/Node. ## Proposal Provide a small helper to run a parse/transform job in a Worker and stream rows back, so the main thread stays responsive. ## Acceptance - [ ] Helper API to parse in a worker and receive rows/results - [ ] Example + test
Problem
Open P1 item from docs/gaps.md: no helper for offloading parsing to a worker in browser/Node.
Proposal
Provide a small helper to run a parse/transform job in a Worker and stream rows back, so the main thread stays responsive.
Acceptance