-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing web worker related API #18
Comments
Totally @tonyfettes. Feel free to push a PR or even a draft and ping me. |
@davesnx I created a (actually two) draft PRs. Here are some questions I have in my mind after some initial attempts.
Thank you in advance. |
Nice,
|
I disagree. |
Maybe you didn't need webapi? At least I would say re_exporting fetch in webapi make sense |
Oh I did, but this library is a bit of an overkill if you just need a few externals that are easy to write |
Hi, I'm using melange for a academic project. I want to put all computation inside a worker so it doesn't froze the page. However, there is currently no support for web worker (yet?) in melange-webapi.
I have learned how to bind to JS using melange by developing the very same project, so I think I want to try to add these bindings myself. As per the contribution guidelines, I open a issue here to potentially save some work.
There is no discussion section in this repo so I might post some questions below as well to seek help & for record.
The text was updated successfully, but these errors were encountered: