simple-web-worker
simple-web-worker copied to clipboard
run can not execute async function
when i wan to fetch in worker run,it doesn't work。
such as:
worker.run(() => { fetch('https://github.com/israelss/simple-web-worker/issues/new') })
It be closed, but fetching response has not return
I have the same issue here