Show HN: Inline, Promise based wrapper around JavaScript Web Workers
1–2 of 2 posts
Re: Show HN: Inline, Promise based wrapper around JavaScript Web Workers
#2I wonder how this is supposed to be used:
import routine from "worker-routine";
This won't work in the browser, right? Is it supposed to be processed through a server side compilation step?