6 comments (6 comments)6 reactions (6 reactions)0 assignees (0 assignees)JavaScript111 forks (111 forks)batch import
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- 2,296 stars (2,296 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Hi!
Do you think you could include a way to pass Transferable objects correctly?
It would be great to be able to return a MessagePort so that the function can return a stream instead of a single value.
Contributor guide
- Research direction
- Explore how to extend workerize loader to support Transferable objects, such as MessagePort, by modifying the way the loader wraps worker functions to allow passing transferable data through the Web Worker's postMessage API.
- Tech stack
- javascript
- Domain
- web dev
- Issue type
- Feature
- Prerequisites
- JavaScriptWeb WorkersWebpack