comlink-loader
comlink-loader copied to clipboard
Shared Worker
I tried looking at the code but somehow I'm not sure how to revise the implementation a bit with support for SharedWorker. There is some material here that might help.
https://github.com/GoogleChromeLabs/comlink/issues/485#issuecomment-720108900
Can this be tweaked to also allow instantiating a SharedWorker on runtime?
any updates?
I've made some modification which allow to spawn Shared Worker, it's a WIP. And I don't know if it possible to integrate to comlink-loader or not.
https://github.com/socheatsok78/comlink-loader
any updates?