async-library/react-webworker

Support custom Worker instance

ghengeveld opened this issue · 1 comments

Parcel is able to automatically create a JS bundle when it sees new Worker('path'). I'm order to support this, react-webworker must allow the user to pass such Worker instance to <Worker> instead of having it create its own internal instance based on the provided url.

Done in v2.0.0